Feature request: Allow user to chose configuration sections.
When setting up an agent, I am forced to place AgentApplication Connections and ConnectionsMap properties in the root of my app settings. I would like to put all of them inside my own sections defined as I wish.
Proposed solutions:
- Use IOptions for setups so users can .Configure("sectionName")
- Use some other means of getting the section name from the user