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
44 stars 15 forks source link

[regression in v3.4.3+] error CS0108: OneField of ParentType hides inherited member OneField of ChildType #63

Closed hieu-informatics closed 10 months ago

hieu-informatics commented 10 months ago

In v3.4.4, I find the generated code is generating duplicated fields in ParentType. This causes CS0108: OneField of ParentType hides inherited member OneField of ChildType.

Sample XSD file:

....
mamift commented 10 months ago

Could you post more of the XSD file?