json-api-dotnet/JsonApiDotNetCore

Update OpenAPI tests to use relaxed nullability

bkoelman opened this issue · 1 comments

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

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

This was implemented in #1600.