Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xsd2Code を使用して、XSD ファイルの C# シリアライザー/デシリアライザー クラスを生成しています。また、自動プロパティの生成を有効にしました。
問題 #1: Xsd2Code は、自動プロパティに加えてプライベート フィールドを生成します。これは必要ありません。
問題 #2: プライベート フィールドのみが初期化されます。自動プロパティは初期化されず、null のままです。