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.