Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Host.CreateEmptyApplicationBuilder #81728

Merged
merged 2 commits into from
Feb 9, 2023

Commits on Feb 6, 2023

  1. Add Host.CreateEmptyApplicationBuilder

    Introduce a way to create an "empty" HostApplicationBuilder that doesn't bring any optional/unnecessary dependencies into the app's closure. This has the same functional behavior as DisableDefaults=true while allowing for the unused code to be trimmed.
    
    Also add CreateApplicationBuilder(HostApplicationBuilderSettings settings) overload to make the Host factory methods complete.
    
    Fix dotnet#81280
    eerhardt committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9d911d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. PR feedback

    eerhardt committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a1e1c1d View commit details
    Browse the repository at this point in the history