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
<PackageReference Include="Lindemann.Analyzers" Version="0.2.31"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Lindemann.Analyzers --version 0.2.31
#r "nuget: Lindemann.Analyzers, 0.2.31"
// 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.
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.
* 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.