StyleCop.CSharp.Async.Rules 1.0.32

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package StyleCop.CSharp.Async.Rules --version 1.0.32
                    
NuGet\Install-Package StyleCop.CSharp.Async.Rules -Version 1.0.32
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StyleCop.CSharp.Async.Rules" Version="1.0.32">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StyleCop.CSharp.Async.Rules" Version="1.0.32" />
                    
Directory.Packages.props
<PackageReference Include="StyleCop.CSharp.Async.Rules">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StyleCop.CSharp.Async.Rules --version 1.0.32
                    
#r "nuget: StyleCop.CSharp.Async.Rules, 1.0.32"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=StyleCop.CSharp.Async.Rules&version=1.0.32
                    
Install as a Cake Addin
#tool nuget:?package=StyleCop.CSharp.Async.Rules&version=1.0.32
                    
Install as a Cake Tool

Additional stylecop rules for the async / await c# features.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on StyleCop.CSharp.Async.Rules:

Package Downloads
SharpAgileCRM

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.1.41 155,749 10/18/2019
6.1.40-pre 521 10/14/2019
1.0.32 28,351 4/9/2016
1.0.31-beta 1,070 4/6/2016
0.5.16 2,125 1/26/2015
0.5.14 1,338 1/26/2015
0.0.1 1,280 1/26/2015

Renamed Rule AR0002:MethodEndingWithAsyncMustHaveAsyncModifier to AR000:MethodEndingWithAsyncMustHaveAsyncModifierOrReturnTask. Improved it to generate less false-positives.