DelSole.CrossAnalyzers.CSharp 1.0.6094.37613

dotnet add package DelSole.CrossAnalyzers.CSharp --version 1.0.6094.37613
NuGet\Install-Package DelSole.CrossAnalyzers.CSharp -Version 1.0.6094.37613
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="DelSole.CrossAnalyzers.CSharp" Version="1.0.6094.37613" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DelSole.CrossAnalyzers.CSharp --version 1.0.6094.37613
#r "nuget: DelSole.CrossAnalyzers.CSharp, 1.0.6094.37613"
#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 DelSole.CrossAnalyzers.CSharp as a Cake Addin
#addin nuget:?package=DelSole.CrossAnalyzers.CSharp&version=1.0.6094.37613

// Install DelSole.CrossAnalyzers.CSharp as a Cake Tool
#tool nuget:?package=DelSole.CrossAnalyzers.CSharp&version=1.0.6094.37613

DelSole.CrossAnalyzers is a collection of code analyzers and refactorings for C# on multiple platforms

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6094.37613 1,372 9/7/2016
1.0.6092.24370 1,075 9/5/2016
1.0.6092.22992 1,173 9/5/2016

Fixed Async analyzer to ignore void for event handlers. Improved collection analyzers to match Xamarin