json-api-dotnet / JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
https://www.jsonapi.net
MIT License
662 stars 160 forks source link

Update OpenAPI tests to use relaxed nullability #1579

Open bkoelman opened 1 week ago

bkoelman commented 1 week ago

This involves adding the following switches for generated clients (except the ones that explicitly test for nullability modes):

/GenerateNullableReferenceTypes:true /GenerateOptionalPropertiesAsNullable:true /GenerateOptionalParameters:true