GenerateAspNetCoreClient icon indicating copy to clipboard operation
GenerateAspNetCoreClient copied to clipboard

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

Open LennartAJansson opened this issue 2 years ago • 0 comments

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...

LennartAJansson avatar Feb 10 '23 11:02 LennartAJansson