VSDiagnostics 1.0.1-rc2

This is a prerelease version of VSDiagnostics.
There is a newer version of this package available.
See the version list below for details.
dotnet add package VSDiagnostics --version 1.0.1-rc2                
NuGet\Install-Package VSDiagnostics -Version 1.0.1-rc2                
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="VSDiagnostics" Version="1.0.1-rc2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VSDiagnostics --version 1.0.1-rc2                
#r "nuget: VSDiagnostics, 1.0.1-rc2"                
#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 VSDiagnostics as a Cake Addin
#addin nuget:?package=VSDiagnostics&version=1.0.1-rc2&prerelease

// Install VSDiagnostics as a Cake Tool
#tool nuget:?package=VSDiagnostics&version=1.0.1-rc2&prerelease                

A collection of code-quality analyzers based on the new Roslyn platform. This project aims to ensure code-quality as you type it in your editor rather than having to do this as a separate build-step.

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.10.0 87,345 3/18/2018
1.9.4 1,219 11/12/2016
1.9.3 1,505 2/23/2016
1.9.1-beta 880 11/1/2015
1.8.0 1,533 8/5/2015
1.7.0-rc2 873 6/26/2015
1.5.0-rc2 819 6/3/2015
1.4.0-rc2 841 5/30/2015
1.3.0-rc2 878 5/29/2015
1.2.0-rc2 859 5/29/2015
1.1.0-rc2 1,029 5/25/2015
1.0.1-rc2 828 5/24/2015
1.0.0-rc2 842 5/24/2015

Fixed several bugs that lead to exceptions when the code is in an incomplete state and a few other scenarios. For more information, take a look at the release on Github.