Created
March 4, 2016 14:14
-
-
Save oscarandreu/d47b1fea47100d84fa52 to your computer and use it in GitHub Desktop.
Generate C# class from XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| D:\temp>xsd test.xml | |
| Microsoft (R) Xml Schemas/DataTypes support utility | |
| [Microsoft (R) .NET Framework, Version 4.0.30319.1] | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| Writing file 'D:\temp\test.xsd'. | |
| D:\temp>xsd test.xsd /classes | |
| Microsoft (R) Xml Schemas/DataTypes support utility | |
| [Microsoft (R) .NET Framework, Version 4.0.30319.1] | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| Writing file 'D:\temp\test.cs'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment