开发者

Is there a tool to generate a sample application configuration by analyzing a ConfigurationSection type and its attributes? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

I am working on an application that has a large set of configuration values, modelled and organized through the .NET configuration types from the System.Configuration namespace (i.e. ConfigurationSection, ConfigurationProperty, ConfigurationElement, etc...). Several values are required and may or may not have defaults, while others are optional and have defaults.

I am curious if a tool or application exists that can reflect over the types that implement a configuration section and generate a sample XML, XML Schema, or other document describing the configuration. Such a tool would be great for people that manage the application in production, and don't need to navigate several classes in a repository开发者_如何学编程 to determine which configuration values are allowed.


I found the Configuration Section Designer project on CodePlex, which amongst other things will generate a schema for a given set of configuration types.

Just what I need!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜