Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e19cc5

Browse files
authored
Update Microsoft.VisualStudio.Threading.Analyzers to latest (#7091)
1 parent28fb38d commit7e19cc5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎eng/packages/General.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<PackageVersionInclude="Microsoft.VisualStudio.Threading.Analyzers"Version="17.10.48" />
47+
<PackageVersionInclude="Microsoft.VisualStudio.Threading.Analyzers"Version="17.14.15" />
4848
<PackageVersionInclude="ReferenceTrimmer"Version="3.3.1" />
4949
<PackageVersionInclude="SonarAnalyzer.CSharp"Version="8.56.0.67649" />
5050
<PackageVersionInclude="StyleCop.Analyzers.Unstable"Version="1.2.0.556" />

‎src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ public void Dispose()
118118

119119
_disposed=true;
120120

121-
StopAsync().ConfigureAwait(false).GetAwaiter().GetResult();
121+
#pragma warning disableVSTHRD002// Avoid problematic synchronous waits
122+
StopAsync().GetAwaiter().GetResult();
123+
#pragma warning restoreVSTHRD002
122124
_host.Dispose();
123125
}
124126
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp