Either.Analyzers
0.0.2
dotnet add package Either.Analyzers --version 0.0.2
NuGet\Install-Package Either.Analyzers -Version 0.0.2
<PackageReference Include="Either.Analyzers" Version="0.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Either.Analyzers" Version="0.0.2" />
<PackageReference Include="Either.Analyzers"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Either.Analyzers --version 0.0.2
#r "nuget: Either.Analyzers, 0.0.2"
#:package Either.Analyzers@0.0.2
#addin nuget:?package=Either.Analyzers&version=0.0.2
#tool nuget:?package=Either.Analyzers&version=0.0.2
Either.Analyzers
Discriminated unions/Union types with native C# switch statement/expression exhaustiveness support.
This package contains analyzers and code fixes only that enforce exhaustive usage of Either<T1, T2...>
types with switch statements/expressions and more. To get the full experience(types as well as code analysis) install the Either.Main package.
For more information, have a look at the Github readme.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Either.Analyzers:
Package | Downloads |
---|---|
Either.Main
Discriminated unions/Union types with native C# switch statement/expression exhaustiveness support |
GitHub repositories
This package is not used by any popular GitHub repositories.