We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47161f5 + 5928284 commit b77caa9Copy full SHA for b77caa9
README.md
@@ -42,7 +42,7 @@ From the command line:
42
```
43
Usage: XmlSchemaClassGenerator.Console [OPTIONS]+ xsdFile...
44
Generate C# classes from XML Schema files.
45
-Version 1.0.58.0
+Version 2.0.95.0
46
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs.
47
Append - to option to disable it, e.g. --interface-.
48
@@ -93,6 +93,10 @@ Options:
93
--dst, --debuggerStepThrough
94
generate DebuggerStepThroughAttribute (default is
95
enabled)
96
+ --dc, --disableComments
97
+ do not include comments from xsd
98
+ --nu, --noUnderscore do not generate underscore in private member name (
99
+ default is false)
100
101
102
From code:
0 commit comments