slow-cheetah
slow-cheetah copied to clipboard
Transformation happening after config is loaded
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
I am having the same issue. Is there a workaround?
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.