Skip to content

Commit 15a8662

Browse files
committed
Reinstate warnings
1 parent 0b36b05 commit 15a8662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Issue: https://github.com/dotnet/aspire/issues/8488 -->
3838
<!-- xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. -->
3939
<!-- TODO: Re-enable and remove this. -->
40-
<NoWarn>$(NoWarn);xUnit1051;CS0162;CS1591;CS9113;IDE0059;IDE0051;IDE2000;IDE0005</NoWarn>
40+
<NoWarn>$(NoWarn);xUnit1051</NoWarn>
4141
</PropertyGroup>
4242

4343
<!-- OS/Architecture properties for local development resources -->

0 commit comments

Comments
 (0)