altcode.gendarme 2020.2.10.17202-pre-release

This is a prerelease version of altcode.gendarme.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package altcode.gendarme --version 2020.2.10.17202-pre-release
NuGet\Install-Package altcode.gendarme -Version 2020.2.10.17202-pre-release
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="altcode.gendarme" Version="2020.2.10.17202-pre-release" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add altcode.gendarme --version 2020.2.10.17202-pre-release
#r "nuget: altcode.gendarme, 2020.2.10.17202-pre-release"
#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 altcode.gendarme as a Cake Addin
#addin nuget:?package=altcode.gendarme&version=2020.2.10.17202-pre-release&prerelease

// Install altcode.gendarme as a Cake Tool
#tool nuget:?package=altcode.gendarme&version=2020.2.10.17202-pre-release&prerelease

A somewhat updated build of the Mono.Gendarme static analysis tool.

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
2023.12.27.19054 294 12/27/2023
2023.8.26.15512 273 8/26/2023
2023.1.22.12221 451 1/22/2023
2023.1.21.13293 333 1/21/2023
2022.12.6.7345 450 12/6/2022
2022.5.17.8260 1,036 5/17/2022

# 2020.2.10.xxx-pre-release
* Build the code as of commit b45416d516b18e77c1e73be31649bb298b1c6652 (24-Oct-2016) against Cecil 0.11.1 and NUnit 2.7.1 using VS2013 (pre-Roslyn compiler)
* Unit test failures for rules
 * Gendarme.Rules.Performance\Test\AvoidUnnecessaryOverridesTest
 * Gendarme.Rules.Design\Test\ProvideTryParseAlternativeTest
 * Gendarme.Rules.Serialization\Test\CallBaseMethodsOnISerializableTypesTest
 * Gendarme.Rules.Correctness\Test\ProvideCorrectRegexPatternTest
 * Gendarme.Rules.Concurrency\Test\ProtectCallToEventDelegatesTest
 * Gendarme.Rules.Exceptions\Test\UseObjectDisposedExceptionTest
* Unit test failure for Gendarme.Framework.Helpers\StackEntryAnalysisTest
* Do not rely on the failed rules.
* Should work against .netstandard/.netcore binaries (you will need to `dotnet publish` to put any relevant dependencies in the same folder for Gendarme to inspect for inheritance -- especially so for F# code)