ConfigureAwaitEnforcer 1.0.0
See the version list below for details.
dotnet add package ConfigureAwaitEnforcer --version 1.0.0
NuGet\Install-Package ConfigureAwaitEnforcer -Version 1.0.0
<PackageReference Include="ConfigureAwaitEnforcer" Version="1.0.0" />
paket add ConfigureAwaitEnforcer --version 1.0.0
#r "nuget: ConfigureAwaitEnforcer, 1.0.0"
// Install ConfigureAwaitEnforcer as a Cake Addin #addin nuget:?package=ConfigureAwaitEnforcer&version=1.0.0 // Install ConfigureAwaitEnforcer as a Cake Tool #tool nuget:?package=ConfigureAwaitEnforcer&version=1.0.0
Inspired by the ConfigureAwaitChecker for the Resharper (https://github.com/aelij/ConfigureAwaitChecker).
Missing ConfigureAwait call in await expression is treated as error. This extension is useful mainly for the library authors. You should use ConfigureAwait when possible.
For more details about ConfigureAwait see the article: https://msdn.microsoft.com/en-us/magazine/jj991977.aspx
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ConfigureAwaitEnforcer:
Package | Downloads |
---|---|
STR.Common
Common code for other STR applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.