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
The transformation is correctly applied and the resulting config file in the output looks as expected.
But the configuration loaded in memory is as if taken from the original config file.
project is .net 6 self hosted web API project using appsettings.json configuration file
The text was updated successfully, but these errors were encountered:
I was facing the same issue. You should check the launchSettings.json file, there is the ASPNETCORE_ENVIRONMENT defined which is taking precedence over the choosen build configuration.
The transformation is correctly applied and the resulting config file in the output looks as expected.
But the configuration loaded in memory is as if taken from the original config file.
project is .net 6 self hosted web API project using appsettings.json configuration file
The text was updated successfully, but these errors were encountered: