RossLean.GenericsAnalyzer 1.4.0

dotnet add package RossLean.GenericsAnalyzer --version 1.4.0
NuGet\Install-Package RossLean.GenericsAnalyzer -Version 1.4.0
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="RossLean.GenericsAnalyzer" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RossLean.GenericsAnalyzer --version 1.4.0
#r "nuget: RossLean.GenericsAnalyzer, 1.4.0"
#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 RossLean.GenericsAnalyzer as a Cake Addin
#addin nuget:?package=RossLean.GenericsAnalyzer&version=1.4.0

// Install RossLean.GenericsAnalyzer as a Cake Tool
#tool nuget:?package=RossLean.GenericsAnalyzer&version=1.4.0

GenericsAnalyzer

A Roslyn analyzer for empowering the constraint model for generic types and functions in C#. This analyzer also offers quick code fixes on the reported diagnostics regarding the specified constraints.

References

Downloads

NuGet Packages

Consumption

Include a reference to the RossLean.GenericsAnalyzer NuGet package in the desired projects. This will automatically include a reference to the RossLean.GenericsAnalyzer.Core package.

It is likely that the installation of the analyzer in a project in Visual Studio may cause its behavior to be fuzzy, so it is recommended to restart Visual Studio.

The consumption of this analyzer is tested on Visual Studio 2022. The analyzer may be unusable in Visual Studio 2019. Please file any compatibility issues in the issues of the repository.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
1.4.0 156 2/19/2024

New features:
- Type group filters
- Provide a reason for prohibited types

Breaking changes:
- Namespace changed from GenericsAnalyzer to RossLean.GenericsAnalyzer.

This package was moved over to the RossLean organization, along with other upcoming packages.
Make sure to check out the repository for further information.