Remora.Results 1.2.0-beta2

Prefix Reserved
This is a prerelease version of Remora.Results.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Remora.Results --version 1.2.0-beta2
                    
NuGet\Install-Package Remora.Results -Version 1.2.0-beta2
                    
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="Remora.Results" Version="1.2.0-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Remora.Results" Version="1.2.0-beta2" />
                    
Directory.Packages.props
<PackageReference Include="Remora.Results" />
                    
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 Remora.Results --version 1.2.0-beta2
                    
#r "nuget: Remora.Results, 1.2.0-beta2"
                    
#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.
#addin nuget:?package=Remora.Results&version=1.2.0-beta2&prerelease
                    
Install Remora.Results as a Cake Addin
#tool nuget:?package=Remora.Results&version=1.2.0-beta2&prerelease
                    
Install Remora.Results as a Cake Tool

A basic implementation of a descriptive algebraic data type for C#.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on Remora.Results:

Package Downloads
Remora.Discord.API.Abstractions

Interface definitions of Discord's API

Remora.Rest

Core functionality of basic REST-focused API tooling, allowing you to easily build new wrappers around your favourite services.

Remora.Commands

A platform-agnostic command parser and dispatcher.

Remora.Discord.Caching.Abstractions

Cache provider abstractions for Remora.Discord

DataExplorer

Library featuring an opinionated, reusable data access layer offering abstractions and implementations for SQL storages (EF Core).

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Remora.Results:

Repository Stars
Nihlus/Launchpad
An open-source game launcher for your games
Remora/Remora.Discord
A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
Version Downloads Last updated
8.0.0 7,498 2/13/2025
7.4.1 76,934 11/20/2023
7.4.0 119,020 11/14/2023
7.3.0 3,900 7/31/2023
7.2.3 89,073 11/20/2022
7.2.2 55,953 8/19/2022
7.2.1 33,918 6/20/2022
7.2.0 45,818 6/8/2022
7.1.3 37,080 4/19/2022
7.1.2 453 4/19/2022
7.1.1 84,688 2/13/2022
7.1.0 67,963 11/27/2021
7.0.3 7,830 11/9/2021
7.0.2 11,755 10/15/2021
7.0.1 8,564 9/30/2021
7.0.0 15,419 9/8/2021
6.1.0 4,162 9/4/2021
6.0.0 5,024 8/18/2021
5.1.0 445 8/18/2021
5.0.0 25,677 7/12/2021
4.1.0 456 7/12/2021
4.0.1 31,462 3/28/2021
4.0.0 20,743 2/21/2021
3.0.0 8,944 2/9/2021
2.1.2 586 2/9/2021
2.1.1 540 2/9/2021
2.1.0 501 2/8/2021
2.0.0 904 2/7/2021
1.3.0 25,093 11/8/2020
1.2.0 3,077 8/6/2020
1.2.0-beta2 524 8/6/2020
1.2.0-beta1 591 8/6/2020
1.1.0 2,297 5/21/2020
1.0.5 603 5/11/2020
1.0.4 640 12/30/2019
1.0.3 600 12/14/2019
1.0.2 584 12/14/2019

Update generic constraints on RetrieveEntity and CreateEntity.