Skip to content

Commit

Permalink
NoWarn VSTHRD200 for tests (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Oct 19, 2024
1 parent a190c19 commit 6112018
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project>
<PropertyGroup>
<!-- ConfigureAwait is not recomended for xunit -->
<NoWarn>VSTHRD111</NoWarn>
<!-- VSTHRD111: ConfigureAwait is not recomended for xunit -->
<!-- VSTHRD200: Await suffice is redundant for test -->
<NoWarn>VSTHRD111;VSTHRD200</NoWarn>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
Expand Down

0 comments on commit 6112018

Please sign in to comment.