RicoSuter / NSwag

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

WebApi-Generator: Response nullablity in OpenAPI v3 #4107

Open NilsNiBe opened 2 years ago

NilsNiBe commented 2 years ago

Hi,

I'm using the WebApiToOpenApiCommand to generate OpenApi v3 documents using Nullable Reference Types and am experiencing unexpected behavious for the nullability of response types.

I created a pull request to show the scenarios.

Is this expected behavior or maybe a bug?

Thanks a lot Nils

NilsNiBe commented 2 years ago

related pull request #4106