LinqToXsdCore
LinqToXsdCore copied to clipboard
LinqToXsd ported to .NET Core (targets .NET Standard 2 for generated code and .NET Core 3.1, .NET 5+ for the code generator CLI tool).
Would it be possible to get a new version that doesn't depend on .net 6? We generally don't have it installed on developer machines nor CI/CD pipelines because we don't...
Hello, I use LinqToXsd CLI tool to generate CS models from XSD schemas, and when I'm trying to build CS model generated from attached XSD sxhema got a compilation error...
[din_spec.zip](https://github.com/user-attachments/files/18063775/din_spec.zip) run: ``` LinqToXsd.exe gen . -o test ``` The generated C # code only contains a few types, and a large number of types are lost.such as:SessionSetupReqType...
I'm trying to understand is why the schema order isn't being respected when adding a new (and first) object whose type is defined within a sequence. For simple handwritten schemas...