altcode.gendarme 2020.2.16.16042-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.16.16042-pre-release
NuGet\Install-Package altcode.gendarme -Version 2020.2.16.16042-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.16.16042-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.16.16042-pre-release
#r "nuget: altcode.gendarme, 2020.2.16.16042-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.16.16042-pre-release&prerelease

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

A somewhat updated build of the Mono.Gendarme static analysis tool for use with modern (including .net standard/core) assemblies.

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 250 12/27/2023
2023.8.26.15512 271 8/26/2023
2023.1.22.12221 449 1/22/2023
2023.1.21.13293 331 1/21/2023
2022.12.6.7345 447 12/6/2022
2022.5.17.8260 1,036 5/17/2022

# 2020.2.16.160xx-pre-release
F# niggles part 3
* For the purposes of generic parameter names, having the F# [CompilationMapping] attribute on the type is taken to detect F# code
* Even if a union type is [Obsolete] don't bother telling us its cases and case constructors depend on it.
* In F# code (assumes FSharp.Core referenced) then allow single lower-case letter generic types
* Exempt methods of F# generated types with `@` in the name from ` ParameterNamesShouldMatchOverriddenMethodRule`
* Exempt match on union types from `AvoidSwitchStatementsRule`
* Exempt F# generated types with `@` in the name from `UseCorrectPrefixRule`,`VariableNamesShouldNotMatchFieldNamesRule` and `UseCorrectCasingRule`
* Exempt generated abstract closure types from `AbstractTypesShouldNotHavePublicConstructorsRule`
* Exempt constructors of record types, or generated types with `@` in the name, from `AvoidLongParameterListsRule`
* Module-bound functions should be camel-cased in the `UseCorrectCasingRule`

For previous releases, go here -- https://github.com/SteveGilham/Gendarme/blob/master/ReleaseNotes%20-%20Previously.md
Since this is a release from a fork, [issues should be reported at my related repo](https://github.com/SteveGilham/altcode.fake/issues) that contains a Fake driver for the Gendarme tool, but noted as being against the forked Gendarme tool itself.