We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating this to flag tests as ActiveIssue to unblock PR #2259
ActiveIssue
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'
The text was updated successfully, but these errors were encountered:
jozkee@5a8ea52 This should fix it, for some reason I am not able to create a PR against your fork...
cc @layomia @GrabYourPitchforks
Sorry, something went wrong.
jozkee
No branches or pull requests
Creating this to flag tests as
ActiveIssue
to unblock PR #2259These tests are failing:
on
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'
The text was updated successfully, but these errors were encountered: