Skip to content

Commit 704b2d3

Browse files
committed
disable some warnings for test assemblies
1 parent 5dbf70c commit 704b2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-assm/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SPDX-License-Identifier: MIT
66
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" />
77

88
<PropertyGroup>
9+
<NoWarn>CA1716;CA1711;$(NoWarn)</NoWarn>
910
<RepositoryType>git</RepositoryType>
1011
</PropertyGroup>
1112

0 commit comments

Comments
 (0)