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 f8f00ff commit 903136bCopy full SHA for 903136b
ApiClient.Tests/JsonStringEnumMemberConverterTests.cs
@@ -16,7 +16,7 @@ public enum TestEnum
16
C = 3
17
}
18
19
- private JsonSerializerOptions _options;
+ private JsonSerializerOptions _options = null!;
20
21
[TestInitialize]
22
public void Setup()
0 commit comments