MattEland.Analyzers
1.1.2
dotnet add package MattEland.Analyzers --version 1.1.2
NuGet\Install-Package MattEland.Analyzers -Version 1.1.2
<PackageReference Include="MattEland.Analyzers" Version="1.1.2" />
paket add MattEland.Analyzers --version 1.1.2
#r "nuget: MattEland.Analyzers, 1.1.2"
// Install MattEland.Analyzers as a Cake Addin #addin nuget:?package=MattEland.Analyzers&version=1.1.2 // Install MattEland.Analyzers as a Cake Tool #tool nuget:?package=MattEland.Analyzers&version=1.1.2
MattEland.Analyzers
A set of custom Rosyln Analyzers for use in my own projects and for learning more about Roslyn analyzers.
This is not intended to be a serious library at the moment, but if these analyzers, code fixes, or refactorings and their tests help you, let me know.
Included Analyzers & Code Fixes
ME1001 - Override ToString (Code Fix Available)
This is not a serious analyzer, but rather a proof of concept for analyzers in general. This suggests overriding ToString for classes if you haven't yet.
This could potentially be helpful for debugging or diagnostic purposes.
Included Refactorings
Make Public
This makes a type public that was not public before.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 3.3.1)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 3.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added a Make Public refactoring.