In .NET Core 6, I get a null value from my appsettings.json on every second run, using ConfigurationBuilder
I have a .NET Core 6 app, and I need it to load a setting from appsettings.json
in the run folder.
In .NET Core 6, my appsettings.json file gives a null option value on every second run, using ConfigurationBuilder
I have a .NET Core 6 app, and I need it to load a setting from appsettings.json in the run folder.