gpt4 book ai didi

c# - xsd.exe C# 文件到 XSD 文件

转载 作者:数据小太阳 更新时间:2023-10-29 02:07:24 26 4
gpt4 key购买 nike

我有一个 XML 文件,用于创建 XSD 文件并从那里生成 C# 代码。

但是,在开发过程中,我不得不对该 C# 文件进行一些更改。有没有一种方法可以使用 xsd.exe 工具将该 C# 文件转换回 XSD 文件?我希望避免去手动编辑 XSD 文件。

最佳答案

不能直接从 C# 文件返回到 XSD 文件(不能使用 xsd.exe)。

您可以从 C# 文件中构造的类型重新构建架构:

xsd.exe yourdll.dll/t[ype]:TypeYouWantASchemaFor

xsd.exe yourExe.exe/t[ype]:TypeYouWantASchemaFor

请参阅 xsd documentation 中的 DLL 和 EXE 文件选项部分.

关于c# - xsd.exe C# 文件到 XSD 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2630869/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com