mamift / LinqToXsdCore

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).
Microsoft Public License
41 stars 15 forks source link

Nice to have: Load and Parse overloads with LoadOptions #53

Open sloncho opened 11 months ago

sloncho commented 11 months ago

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 can be added in consumer code, that's why "nice to have".