dotnet/runtime

Port xsd.exe to .NET Core

Open

#1,391 opened on May 18, 2016

View on GitHub
 (46 comments) (79 reactions) (0 assignees)C# (5,445 forks)batch import
area-Serializationenhancementhelp wantedwishlist

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

We use xsd.exe to generate C# classes based on xml schema. At present there is no xsd.exe tool to generate CoreCLR compliant code and hence code generation cannot be fully automated as part of the build at the moment.

Please let us know plan/timeline for availability of the same.

Contributor guide