Remora.Results
7.4.1
Prefix Reserved
dotnet add package Remora.Results --version 7.4.1
NuGet\Install-Package Remora.Results -Version 7.4.1
<PackageReference Include="Remora.Results" Version="7.4.1" />
paket add Remora.Results --version 7.4.1
#r "nuget: Remora.Results, 7.4.1"
// Install Remora.Results as a Cake Addin #addin nuget:?package=Remora.Results&version=7.4.1 // Install Remora.Results as a Cake Tool #tool nuget:?package=Remora.Results&version=7.4.1
Remora.Results
Remora.Results is an implementation of a simple algebraic data type for C# - that is, a type which encapsulates the success or failure of a given operation, as well as an explanation of the failure in the case that there is one.
This library provides a set of common use cases for failure-prone operations, and strongly typed results for them.
Building
The library does not require anything out of the ordinary to compile.
cd $SOLUTION_DIR
dotnet build
dotnet pack -c Release
Downloading
Get it on NuGet.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 is compatible. 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. |
-
.NETFramework 4.6.1
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
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 | 61,374 | 11/20/2023 |
7.4.0 | 104,183 | 11/14/2023 |
7.3.0 | 3,873 | 7/31/2023 |
7.2.3 | 88,605 | 11/20/2022 |
7.2.2 | 55,829 | 8/19/2022 |
7.2.1 | 33,849 | 6/20/2022 |
7.2.0 | 45,744 | 6/8/2022 |
7.1.3 | 37,046 | 4/19/2022 |
7.1.2 | 429 | 4/19/2022 |
7.1.1 | 84,636 | 2/13/2022 |
7.1.0 | 67,913 | 11/27/2021 |
7.0.3 | 7,798 | 11/9/2021 |
7.0.2 | 11,714 | 10/15/2021 |
7.0.1 | 8,538 | 9/30/2021 |
7.0.0 | 15,380 | 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,625 | 7/12/2021 |
4.1.0 | 433 | 7/12/2021 |
4.0.1 | 31,405 | 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,044 | 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 | 571 | 5/11/2020 |
1.0.4 | 610 | 12/30/2019 |
1.0.3 | 569 | 12/14/2019 |
1.0.2 | 554 | 12/14/2019 |
Upgrade target framework and nuget packages.