JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Update OpenAPI tests to use relaxed nullability

Open bkoelman opened this issue 1 year ago • 0 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

bkoelman avatar Jun 29 '24 22:06 bkoelman