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.
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.
// Install Remora.Results as a Cake Addin
#addin nuget:?package=Remora.Results&version=1.2.0-beta2&prerelease

// Install Remora.Results as a Cake Tool
#tool nuget:?package=Remora.Results&version=1.2.0-beta2&prerelease                

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. 
.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 (25)

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
7.4.1 62,106 11/20/2023
7.4.0 104,961 11/14/2023
7.3.0 3,873 7/31/2023
7.2.3 88,624 11/20/2022
7.2.2 55,830 8/19/2022
7.2.1 33,849 6/20/2022
7.2.0 45,766 6/8/2022
7.1.3 37,046 4/19/2022
7.1.2 429 4/19/2022
7.1.1 84,639 2/13/2022
7.1.0 67,915 11/27/2021
7.0.3 7,802 11/9/2021
7.0.2 11,714 10/15/2021
7.0.1 8,540 9/30/2021
7.0.0 15,382 9/8/2021
6.1.0 4,129 9/4/2021
6.0.0 4,997 8/18/2021
5.1.0 421 8/18/2021
5.0.0 25,650 7/12/2021
4.1.0 433 7/12/2021
4.0.1 31,432 3/28/2021
4.0.0 20,709 2/21/2021
3.0.0 8,912 2/9/2021
2.1.2 554 2/9/2021
2.1.1 511 2/9/2021
2.1.0 472 2/8/2021
2.0.0 875 2/7/2021
1.3.0 25,045 11/8/2020
1.2.0 3,047 8/6/2020
1.2.0-beta2 500 8/6/2020
1.2.0-beta1 566 8/6/2020
1.1.0 2,261 5/21/2020
1.0.5 573 5/11/2020
1.0.4 610 12/30/2019
1.0.3 570 12/14/2019
1.0.2 554 12/14/2019

Update generic constraints on RetrieveEntity and CreateEntity.