Skip to content

Commit 5067cfe

Browse files
committed
Suppress suggestion of using primary constructor for JsonConverter
1 parent 15b7ff0 commit 5067cfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flatcollections-array/FlatArray/FlatArray.T.JsonConverter/FlatArray.JsonConverter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma warning disable IDE0290 // Use primary constructor
2+
13
using System.Text.Json;
24
using System.Text.Json.Serialization;
35

0 commit comments

Comments
 (0)