Skip to content

Instantly share code, notes, and snippets.

@oscarandreu
Created March 4, 2016 14:14
Show Gist options
  • Select an option

  • Save oscarandreu/d47b1fea47100d84fa52 to your computer and use it in GitHub Desktop.

Select an option

Save oscarandreu/d47b1fea47100d84fa52 to your computer and use it in GitHub Desktop.
Generate C# class from XML
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