VSDiagnostics 1.1.0-rc2
See the version list below for details.
dotnet add package VSDiagnostics --version 1.1.0-rc2
NuGet\Install-Package VSDiagnostics -Version 1.1.0-rc2
<PackageReference Include="VSDiagnostics" Version="1.1.0-rc2" />
paket add VSDiagnostics --version 1.1.0-rc2
#r "nuget: VSDiagnostics, 1.1.0-rc2"
// Install VSDiagnostics as a Cake Addin #addin nuget:?package=VSDiagnostics&version=1.1.0-rc2&prerelease // Install VSDiagnostics as a Cake Tool #tool nuget:?package=VSDiagnostics&version=1.1.0-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.
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 |
This new release brings two new diagnostics and fixes a usability issue where some analyzers marked an entire method instead of just the method name. This has now been fixed. The new diagnostics are RethrowExceptionWithoutLosingStacktrace and ConditionalOperatorReturnsDefaultOptions. See Github for more information: https://github.com/Vannevelj/VSDiagnostics/releases/tag/v1.1.0-rc2