You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. appsettings.json using the [JSON configuration provider](https://learn.microsoft.com/en-us/dotnet/core/extensions/configuration-providers#file-configuration-provider).
5. appsettings.Environment.json using the [JSON configuration provider](https://learn.microsoft.com/en-us/dotnet/core/extensions/configuration-providers#file-configuration-provider). For example, appsettings.Production.json and appsettings.Development.json.
These two are in the wrong order. The environment json is higher priority over appsettings.json
Type of issue
Code doesn't work
Description
In the list described by the paragraph starting with
The Host.CreateApplicationBuilder(String[]) method provides default configuration for the app in the following order, from highest to lowest priority:
These two are in the wrong order. The environment json is higher priority over appsettings.json
Page URL
https://learn.microsoft.com/en-us/dotnet/core/extensions/configuration
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/extensions/configuration.md
Document Version Independent Id
0d5de37c-8f89-b6a5-3132-2c5214196bfd
Article author
@IEvangelist
Metadata
Related Issues
The text was updated successfully, but these errors were encountered: