The default for UseStringArrayForQueryOptionsSchema should be false #614
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
type:bug
A broken experience
type:regression
A bug from previous release
OpenAPI.NET.OData/src/Microsoft.OpenApi.OData.Reader/OpenApiConvertSettings.cs
Line 334 in 087438b
Added in #499
Setting the default to true effectively changed every conversion from emitting array of enum values to arrays of strings silently.
This is a strong behaviour change, and the default should have been false.
The text was updated successfully, but these errors were encountered: