![]() |
VOOZH | about |
dotnet add package RossLean.GenericsAnalyzer --version 1.4.0
NuGet\Install-Package RossLean.GenericsAnalyzer -Version 1.4.0
<PackageReference Include="RossLean.GenericsAnalyzer" Version="1.4.0" />
<PackageVersion Include="RossLean.GenericsAnalyzer" Version="1.4.0" />Directory.Packages.props
<PackageReference Include="RossLean.GenericsAnalyzer" />Project file
paket add RossLean.GenericsAnalyzer --version 1.4.0
#r "nuget: RossLean.GenericsAnalyzer, 1.4.0"
#:package RossLean.GenericsAnalyzer@1.4.0
#addin nuget:?package=RossLean.GenericsAnalyzer&version=1.4.0Install as a Cake Addin
#tool nuget:?package=RossLean.GenericsAnalyzer&version=1.4.0Install as a Cake Tool
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.
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.
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.0 | 388 | 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.