RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.61k stars 1.22k forks source link

CSharpClient code generator issues #4856

Open MihaMarkic opened 2 months ago

MihaMarkic commented 2 months ago

I'm looking at this OpenAPI 3 schema: Bankart and C# generator generates wrong code (syntax error) on two issues:

AlexanderHawliczek-InterhomeGroup commented 2 months ago

Had the same problem. Seems to be "classStyle": "Record" creates this broken constructors Using "classStyle": "Poco" with "generateNativeRecords": true still gets me records but without the constructors