Visual Studio Code – Trying to alter .NET 6 configuration class in .ConfigureServices
Here is my situation -- my development team must get its connection strings and other sensitive values like passwords from machine-level environment variables on Windows servers. I have a .NET 6 Console App using Generic Host, and in my appsettings.json…