Skip to content

Commit fdaed30

Browse files
authored
build: added NU5104 to NoWarn list
1 parent cac5877 commit fdaed30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PropertyGroup Label="Compile settings">
1919
<Nullable>enable</Nullable>
2020
<LangVersion>9.0</LangVersion>
21-
<NoWarn>CA1014</NoWarn>
21+
<NoWarn>CA1014,NU5104</NoWarn>
2222

2323
<!-- Used by code coverage -->
2424
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)