-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
priority:p1High priority but not blocking. Causes major but not critical loss of functionality SLA <=7daysHigh priority but not blocking. Causes major but not critical loss of functionality SLA <=7daystype:bugA broken experienceA broken experiencetype:regressionA bug from previous releaseA bug from previous release
Description
public bool UseStringArrayForQueryOptionsSchema { 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.
darrelmiller
Metadata
Metadata
Assignees
Labels
priority:p1High priority but not blocking. Causes major but not critical loss of functionality SLA <=7daysHigh priority but not blocking. Causes major but not critical loss of functionality SLA <=7daystype:bugA broken experienceA broken experiencetype:regressionA bug from previous releaseA bug from previous release