Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 07fdefa

Browse files
krwqsafern
authored andcommitted
Globally disable nullability warning CS8609 (to match System.Private.CoreLib)
1 parent 28ce805 commit 07fdefa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331

332332
<!-- Warnings -->
333333
<NoWarn>$(NoWarn);BCL0020</NoWarn> <!-- TODO: Remove BCL0020 once https://github.com/dotnet/arcade/pull/2158 is consumed. -->
334+
<NoWarn>$(NoWarn);CS8609</NoWarn> <!-- TODO: Remove CS8609 once https://github.com/dotnet/roslyn/issues/23268 is consumed. -->
334335
</PropertyGroup>
335336

336337
<!-- Set up some common paths -->

0 commit comments

Comments
 (0)