How to get enterprise library configuration configuration and project parameters, referring to the same value in app.config

I would like to configure application and user settings using development-time tools in Visual Studio (2010)

For instance:

Settings designer in Visual Studio 2010

For application settings, I would like to use corporate library configuration tools to manage values ​​and apply environment overrides. However, the settings constructor uses <applicationSettings/> , and the entlib structure uses the standard <appSettings> shown in the screenshot below:

App config showing both settings designer and entlib configuration How can I get entlib to use the same elements as the settings constructor?

I would like to use the automatically generated code generated by the parameter constructor.

+4
source share
1 answer

It would be nice if they used the same element. I would also like to get a better central tool. Indeed, one configuration file editor will be great.
Plugins for each supported tag and library. Ultimate VSIX ... Please MS ...

0
source

Source: https://habr.com/ru/post/1342835/


All Articles