MattEland.Analyzers 1.1.2

dotnet add package MattEland.Analyzers --version 1.1.2
                    
NuGet\Install-Package MattEland.Analyzers -Version 1.1.2
                    
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="MattEland.Analyzers" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MattEland.Analyzers" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="MattEland.Analyzers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MattEland.Analyzers --version 1.1.2
                    
#r "nuget: MattEland.Analyzers, 1.1.2"
                    
#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.
#addin nuget:?package=MattEland.Analyzers&version=1.1.2
                    
Install MattEland.Analyzers as a Cake Addin
#tool nuget:?package=MattEland.Analyzers&version=1.1.2
                    
Install MattEland.Analyzers as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.1.2 384 9/4/2023
1.1.1 308 9/4/2023
1.1.0 309 9/4/2023
1.0.1 351 9/3/2023
1.0.0 162 9/3/2023

Added a Make Public refactoring.