Lindemann.Analyzers 0.2.31

Requires NuGet 2.8 or higher.

dotnet add package Lindemann.Analyzers --version 0.2.31
NuGet\Install-Package Lindemann.Analyzers -Version 0.2.31
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.2.31">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lindemann.Analyzers --version 0.2.31
#r "nuget: Lindemann.Analyzers, 0.2.31"
#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.2.31

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

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.

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
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

* Fixed issue in MD001X that would cause the analyzer report a warning that it crashed on valid syntax.
 * Added test case to expose the behaviour in this case so it shouldn't happen again.

Previous:

* Fixed issue in MD000X that would falsely report that an array initialization was redundant, when the types didn't match.
* Added analyzers to suggest the usage of Contains or ContainsKey over TryGetValue when value is discarded.