Skip to content

The default for UseStringArrayForQueryOptionsSchema should be false #614

Description

@baywet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:p1High priority but not blocking. Causes major but not critical loss of functionality SLA <=7daystype:bugA broken experiencetype:regressionA bug from previous release

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions