StyleCop.CSharp.Async.Rules 0.5.16

Requires NuGet 2.8 or higher.

dotnet add package StyleCop.CSharp.Async.Rules --version 0.5.16
NuGet\Install-Package StyleCop.CSharp.Async.Rules -Version 0.5.16
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="0.5.16">
  <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.
paket add StyleCop.CSharp.Async.Rules --version 0.5.16
#r "nuget: StyleCop.CSharp.Async.Rules, 0.5.16"
#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.
// Install StyleCop.CSharp.Async.Rules as a Cake Addin
#addin nuget:?package=StyleCop.CSharp.Async.Rules&version=0.5.16

// Install StyleCop.CSharp.Async.Rules as a Cake Tool
#tool nuget:?package=StyleCop.CSharp.Async.Rules&version=0.5.16

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.16 391 1/26/2015
0.5.14 43 1/26/2015
0.0.1 41 1/26/2015

Improved Rule AR0002:MethodEndingWithAsyncMustHaveAsyncModifier to not consider interface methods as violations (interface methods can't have the async modifier).