Lindemann.Analyzers 0.1.10

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

// Install Lindemann.Analyzers as a Cake Tool
#tool nuget:?package=Lindemann.Analyzers&version=0.1.10

Contains simple analyzers that I didn't find in FxCopAnalyzers and Roslynator.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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
0.2.31 906 8/3/2019
0.2.25 530 7/25/2019
0.2.12 489 7/24/2019
0.1.12 515 7/22/2019
0.1.10 727 7/22/2019

Added the array creation to params parameter analyzer and code fix to remove redundant code.