Reunion 0.0.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Reunion --version 0.0.1
                    
NuGet\Install-Package Reunion -Version 0.0.1
                    
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="Reunion" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reunion" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Reunion" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Reunion --version 0.0.1
                    
#r "nuget: Reunion, 0.0.1"
                    
#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.
#:package Reunion@0.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Reunion&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Reunion&version=0.0.1
                    
Install as a Cake Tool

Reunion

A Result/Option library for .NET.

Reunion is being built to work today on shipping .NET, and to adopt C#'s native union types ([Union]/IUnion, landing in C# 15 / .NET 11) as they stabilize — without the ambiguity bugs that hit a naive union Result<TValue, TError>(TValue, TError) declaration when TValue and TError happen to be the same type. Dispatch is tag-based, not type-based, so it stays correct regardless of what the two type parameters are instantiated with.

Status: early scaffolding, no code yet. Core types and combinators are planned next.

License

MIT — see LICENSE.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Reunion:

Package Downloads
Reunion.Validation

Union-first structured validation results for Reunion.

Reunion.AspNetCore

Strongly typed ASP.NET Core HTTP result mappings for Reunion Result and Option types.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha.14 2,258 8/28/2026
0.1.0-alpha.8 3,663 8/15/2026
0.1.0-alpha.7 253 8/14/2026
0.1.0-alpha.6 132 8/14/2026
0.1.0-alpha.5 75 8/13/2026
0.1.0-alpha.4 67 8/13/2026
0.1.0-alpha.3 4,696 8/12/2026
0.1.0-alpha.2 69 8/11/2026
0.1.0-alpha.1 196 8/9/2026
0.0.1 75 8/8/2026