LinqToXsdCore icon indicating copy to clipboard operation
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).

Results 23 LinqToXsdCore issues
Sort by recently updated
recently updated
newest added

Hello, I've got a naming collision when an element is named Content in the xsd file. When I generate the model for the following xsd files: https://www.rixml.org/images/docs/schemas/RIXML-2_5.xsd https://www.rixml.org/images/docs/schemas/RIXML-Common-2_5.xsd https://www.rixml.org/images/docs/schemas/RIXML-datatypes-2_5.xsd With...

bug

https://stackoverflow.com/questions/77694546/xsd-exe-is-it-possible-for-the-generated-c-sharp-file-to-contain-the-schema-vers Except for LinqToXsd...

In line 36 of `XTypedServices.cs` there is missing a check for whether xe is null for `ToXTypedElement`. Null is checked in other `ToXTypedElement` methods but is missing in this one....

bug

I'm interested in using this to model very large Xmls, but I'm concerned that the library is effectively eagerly reading all the data in, and will take enormous amounts of...

question

Use the `LinqToXsd config -e AIXM_Features.xsd` command on the [AIXM 5.1.1 specification](https://www.aixm.aero/page/aixm-511-specification) and a bunch of ISO-related namespaces are not gathered in the output configuration file.

bug

I have an xsd schema set that, when LinqToXsd is executed against the xsd schema set, generates a file that is over 803,000 lines in length. No, I can make...

enhancement

Sometimes it is good to have the line info, etc. Alternatively, overload which takes XDocument or XElement. Also, async variants would be appreciated too. It is understood, that this functionality...

enhancement

There are a couple of bugs related to enum generation. 1) When you have two anonymous enum types defined for _**attributes**_ within different complex types, the enum only generates for...

bug

These are a few bugs I noticed while testing my latest PR and you can reproduce them with the `wss.xsd` from tests. I don't see how they would be linked...

bug

Using the latest release 3.3.2, I generated XMLSchema.xsd.cs from XMLSchema.xsd and encountered the following errors: ``` /XMLSchema.xsd.cs(2992,63,2992,77): error CS1061: 'object' does not contain a definition for 'TypeDefinition' and no accessible...

bug