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

// Install altcode.gendarme as a Cake Tool
#tool nuget:?package=altcode.gendarme&version=2020.3.9.15370-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 292 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.3.9.15xx-pre-release

F# niggles part 7
* Adapt `UseCorrectCasingRule` to be compatible with `FSharpLint` for F# code
* Add a `RelaxedMarkAllNonSerializableFieldsRule` which ignores F# types with `@` in the name, keeping the full-strength version for cases where serializing a closure is intentional.

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.