We have a custom section in my app.config file related to our IoC container class. How can I get …
c# .net configuration app-config custom-sectionsmy desired app.config would be like this: <configSections> <sectionGroup name="QA_Environment"> <section name="…
c# app-config appsettings configurationmanager custom-sections