是否有任何工具可以为 .Net 配置生成强类型类?

发布于 2024-12-02 20:40:34 字数 110 浏览 2 评论 0原文

我正在寻找一个从 XML 生成强类型类的工具。 我想定义 XML 配置(部分、ConfigurationElements 等),然后生成可以通过 ConfigurationManager 处理我的配置的类。

I'm looking for a tool to generate strongly-typed classes from XML.
I would like to define XML configuration (section, ConfigurationElements etc.) and then generate classes that could handle my configuration through ConfigurationManager.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小巷里的女流氓 2024-12-09 20:40:34

查看.NET 配置代码生成器。它使用所需 XML 的示例来推断配置结构和类型并生成代码。

Take a look at .NET Configuration Code Generator. It uses a sample of the desired XML to infer the configuration structure and types and generate the code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文