Skip to content

Conversation

@chullybun
Copy link
Collaborator

  • Enhancement: The GenericTester where using .NET8.0 and above will leverage the new IHostApplicationBuilder versus existing IHostBuilder (see Microsoft documentation and recommendation). Additionally, if a TEntryPoint is specified with a method signature of public void ConfigureApplication(IHostApplicationBuilder builder) then this will be automatically invoked during host instantiation. This is a non-breaking change as largely internal.

chullybun added 4 commits May 1, 2025 08:44
- *Enhancement:* The `GenericTester` where using `.NET8.0` and above will leverage the new `IHostApplicationBuilder` versus existing `IHostBuilder` (see Microsoft [documentation](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host) and [recommendation](dotnet/runtime#81090 (comment))). Additionally, if a `TEntryPoint` is specified with a method signature of `public void ConfigureApplication(IHostApplicationBuilder builder)` then this will be automatically invoked during host instantiation. This is a non-breaking change as largely internal.
@chullybun chullybun merged commit d80ff29 into main May 1, 2025
2 checks passed
@chullybun chullybun deleted the v5.5.0 branch May 1, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants