Prevent DataSourceLoadOptionsParser from System.InvalidOperationException on parsing binary filter with value null by mpreyskurantov · Pull Request #620 · DevExpress/DevExtreme.AspNet.Data
DevExtreme.AspNet.Data.dll!DevExtreme.AspNet.Data.Compatibility.UnwrapJsonElement(object deserializeObject) Line 25 C#
DevExtreme.AspNet.Data.dll!DevExtreme.AspNet.Data.Compatibility.UnwrapList(System.Collections.IList deserializedList) Line 16 C#
DevExtreme.AspNet.Data.dll!DevExtreme.AspNet.Data.ListConverter.Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) Line 73 C#
System.Text.Json.dll!System.Text.Json.Serialization.JsonConverter<System.Collections.IList>.TryRead(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options, ref System.Text.Json.ReadStack state, out System.Collections.IList value) Unknown
System.Text.Json.dll!System.Text.Json.Serialization.JsonConverter<System.Collections.IList>.ReadCore(ref System.Text.Json.Utf8JsonReader reader, System.Text.Json.JsonSerializerOptions options, ref System.Text.Json.ReadStack state) Unknown
System.Text.Json.dll!System.Text.Json.JsonSerializer.ReadFromSpan<System.Collections.IList>(System.ReadOnlySpan<byte> utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, int? actualByteCount) Unknown
System.Text.Json.dll!System.Text.Json.JsonSerializer.ReadFromSpan<System.Collections.IList>(System.ReadOnlySpan<char> json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) Unknown
System.Text.Json.dll!System.Text.Json.JsonSerializer.Deserialize<System.Collections.IList>(string json, System.Text.Json.JsonSerializerOptions options) Unknown
DevExtreme.AspNet.Data.dll!DevExtreme.AspNet.Data.Helpers.DataSourceLoadOptionsParser.Parse(DevExtreme.AspNet.Data.DataSourceLoadOptionsBase loadOptions, System.Func<string, string> valueSource) Line 68 C#