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 a7bcfa9 commit 3db9964Copy full SHA for 3db9964
tests/FSharp.SystemTextJson.Tests/Test.Record.fs
@@ -1,5 +1,7 @@
1
module Tests.Record
2
3
+#nowarn 44 // ignore obsolete on IgnoreNullValues
4
+
5
open Xunit
6
open System.Text.Json.Serialization
7
open System.Text.Json
tests/FSharp.SystemTextJson.Tests/Test.Regression.fs
module Tests.Regression
tests/FSharp.SystemTextJson.Tests/Test.Union.fs
module Tests.Union
open System.Collections.Generic
0 commit comments