c# core Support both appsettings.json and app.config
I have a shared the library that needs some input from the config file, let’s say a database helper class with IConfiguration injected in the constructor.
I have a shared the library that needs some input from the config file, let’s say a database helper class with IConfiguration injected in the constructor.