Dreamescaper / GenerateAspNetCoreClient

DotNet tool to generate HTTP client classes from ASP.NET Core api controllers.
MIT License
63 stars 5 forks source link

An error occurred while trying to create an XmlSerializer for record datatypes #17

Open LennartAJansson opened 1 year ago

LennartAJansson commented 1 year ago

If you have based your contracts in your API on records then this tool will not work since it relies on XML serializing. Records don't have any empty default constructors...