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

Fixes appsettings.[EnvironmentName].json #5421

Merged
merged 4 commits into from
Apr 2, 2021

Commits on Apr 2, 2021

  1. Updated ConfigurationBuilderExtensions to take HostBuilderContext so …

    …it can get the EnviornmentName and load the propper appsettings.
    
    Fixed bug in loading appsettings.EnvironmentName.json
    Added base unit tests
    gabog committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7fc6f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0aea5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b210532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55f7929 View commit details
    Browse the repository at this point in the history