Rop.OneOfExtensionGenerator
1.0.7
dotnet add package Rop.OneOfExtensionGenerator --version 1.0.7
NuGet\Install-Package Rop.OneOfExtensionGenerator -Version 1.0.7
<PackageReference Include="Rop.OneOfExtensionGenerator" Version="1.0.7" />
paket add Rop.OneOfExtensionGenerator --version 1.0.7
#r "nuget: Rop.OneOfExtensionGenerator, 1.0.7"
// Install Rop.OneOfExtensionGenerator as a Cake Addin #addin nuget:?package=Rop.OneOfExtensionGenerator&version=1.0.7 // Install Rop.OneOfExtensionGenerator as a Cake Tool #tool nuget:?package=Rop.OneOfExtensionGenerator&version=1.0.7
Rop.OneOfExtensionGenerator
Features
It is a source generator solution to create Extensions based on OneOf types.
The source generator will split the OneOf extension methods in several extensions methods, one for each type in the OneOf. This allows to use the extension methods without the need to specify the type. And avoid the need to repeat the same code for each type.
The package is published in nuget as 'Rop.OneOfExtensionGenerator'
The source generator must be included as:
- OutputItemType="Analyzer"
- ReferenceOutputAssembly="false"
(C)2022 Ramón Ordiales Plaza
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Rop.OneOfExtensionGenerator:
Package | Downloads |
---|---|
Rop.Winforms.ListComboBox
Create compatible Items form ListBox and ComboBox |
|
Rop.Ldap
Aditional helpers for Ldap |
|
Rop.Winforms8.ListComboBox
Create compatible Items form ListBox and ComboBox |
|
Rop.Winforms7.ListComboBox
Helper classes for Winforms 7 |
GitHub repositories
This package is not used by any popular GitHub repositories.