I need to generate csharp classes from a bunch of XSD files, the problem I'm coming across now is there're lots duplicated classes generated from the imported schemes, this is quite annoying.
I tried wscf.blue, xsd2code, but cannot solve it. For xsd2code, there's an option in xsd2code 'ExcludeImportedTypes', unfortunately with setting the value to 'True', it always crashed my vs2013, vs2010. For wscf.blue, I can generate all the classes in separated files, but over 600 files got generated, and I need a way to combine all the files in one class, which is also requires manual modification.
Is there any approach to suppress generating classes for all the imported schemes?