Rop.OneOfExtensionGenerator 1.0.7

dotnet add package Rop.OneOfExtensionGenerator --version 1.0.7
NuGet\Install-Package Rop.OneOfExtensionGenerator -Version 1.0.7
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="Rop.OneOfExtensionGenerator" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rop.OneOfExtensionGenerator --version 1.0.7
#r "nuget: Rop.OneOfExtensionGenerator, 1.0.7"
#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 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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 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.Winforms7.ListComboBox

Helper classes for Winforms 7

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 188 7/8/2023
1.0.6 174 7/8/2023
1.0.5 147 7/8/2023
1.0.4 784 3/18/2022
1.0.3 429 2/22/2022
1.0.1 411 2/21/2022