Xsd2Code auto properties not working?

567 views Asked by At

I'm using Xsd2Code to generate a C# serializer/deserializer class for my XSD file. Also I have enabled the generation of auto properties.

Problem #1: Xsd2Code still generates private fields in addition to the auto properties. This should not be necessary.

Problem #2: Only the private fields get initialized. The auto properties are not initialized and stay null.

0

There are 0 answers