RicoSuter / NSwag

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

Only generate MemberNotNull if NET_5_0_OR_GREATER #4766

Open powercode opened 5 months ago

powercode commented 5 months ago

4704

With this change, .net standard will still produce CS8618, but will at least not fail.

The warning will need to be suppressed by other means.