We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddf579 commit 04c9a6fCopy full SHA for 04c9a6f
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/NullableTests.cs
@@ -174,6 +174,7 @@ public class SimpleClassWithDictionariesWithNullableValues
174
}
175
176
[Fact]
177
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/79583", TestPlatforms.iOS | TestPlatforms.tvOS)]
178
public static void ClassWithDictionariesWithNullableValues()
179
{
180
string json =
0 commit comments