JsonApiToolkit/Parsing/JsonApiFilterParser.cs:15 exposes public static readonly string[] s_separator. The array contents are mutable, so any caller can change them and break filter parsing for the whole process. The s_ prefix on a public field also breaks the editorconfig naming rule.
Acceptance criteria
JsonApiToolkit/Parsing/JsonApiFilterParser.cs:15exposespublic static readonly string[] s_separator. The array contents are mutable, so any caller can change them and break filter parsing for the whole process. Thes_prefix on a public field also breaks the editorconfig naming rule.Acceptance criteria