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

operationId with _ makes an error #4714

Open matrix0123456789 opened 7 months ago

matrix0123456789 commented 7 months ago

If in my JSON in "paths" any field "operationId" in value contains char _ then it generates compilation error.

with error:

screen1

One char changed and build succesfull

image
j-hap commented 6 months ago

see https://github.com/RicoSuter/NSwag/issues/4243