How to switch between environments in a self-contained .NET 8 app?
I have a .NET 8 app that is self-contained and published, I’m trying to switch between the multiple environments configurations using command line:
Binding Dictionary to Configuration Section does not work
I’m trying to Bind
a Dictionary<string,string>
to a configuration section like this: