-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.Text.Jsondisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue
Milestone
Description
Creating this to flag tests as ActiveIssue to unblock PR #2259
These tests are failing:
System.Text.Json.Serialization.Tests.ValueTests.ReadPrimitiveQueue
System.Text.Json.Serialization.Tests.ValueTests.ReadStackOfArray
System.Text.Json.Serialization.Tests.ValueTests.ReadGenericStackOfStack
System.Text.Json.Serialization.Tests.ValueTests.ReadArrayOfStack
on
Linux
OSX
Windows_NET net472
Apparently due to the wrong converter being selected. Message is like:
System.NotSupportedException : Deserialization of reference types without parameterless constructor is not supported. Type 'System.Collections.Queue'
Metadata
Metadata
Assignees
Labels
area-System.Text.Jsondisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue