RicoSuter / NSwag

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

Disable warning CS8625 "Cannot convert null literal to non-nullable reference type." in generated code #4656

Closed nhuethmayr closed 8 months ago

nhuethmayr commented 9 months ago

Similar to https://github.com/RicoSuter/NSwag/pull/4422/files but for warning CS8625.

image