- Notifications
You must be signed in to change notification settings - Fork65
Open
Description
| publicboolUseStringArrayForQueryOptionsSchema{get;set;}=true; |
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.