Roslyn Analyzer that returns an error and code fix for private fields that start with an underscore.
Info
Version: | 1.0.0 |
Author(s): | Michiel |
Last Update: | Wednesday, March 9, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/michielpost/NoPrivateUnderscore |
NuGet Url: | https://www.nuget.org/packages/NoPrivateUnderscore |
Install
Install-Package NoPrivateUnderscore
dotnet add package NoPrivateUnderscore
paket add NoPrivateUnderscore
NoPrivateUnderscore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.Analyzers(>= 1.1.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces(>= 1.0.0)
- NuGet.CommandLine(>= 2.8.5)
Tags