Reunion 0.0.1
See the version list below for details.
dotnet add package Reunion --version 0.0.1
NuGet\Install-Package Reunion -Version 0.0.1
<PackageReference Include="Reunion" Version="0.0.1" />
<PackageVersion Include="Reunion" Version="0.0.1" />
<PackageReference Include="Reunion" />
paket add Reunion --version 0.0.1
#r "nuget: Reunion, 0.0.1"
#:package Reunion@0.0.1
#addin nuget:?package=Reunion&version=0.0.1
#tool nuget:?package=Reunion&version=0.0.1
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 | Versions 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. |
-
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 |