Creating POCOs from XSD with a Source Generator Posted by By sven.huebner.it August 8, 2021Posted inGeneral Development How to write a source generator for generating POCOs from XSD files.
Gotcha with xsd.exe and XmlSerializer Posted by By sven.huebner.it August 8, 2020Posted inGeneral Development TL;DR: Always use the /order option when using xsd.exe. If you have ever generated C# classes from an XML schema, chances are you used xsd.exe for that.You probably also expected…