RicoSuter / NSwag

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

NSwagStudio v14.0.2.0 c# code generator creates '2fa' as the start of variable names in violation of c# naming rules #4742

Open Roger0x1 opened 6 months ago

Roger0x1 commented 6 months ago

Workaround is to rename '2fa' to '_2fa' to conform to c# naming rules.

Thanks.