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                
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="7.4.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Remora.Results --version 7.4.1                
#r "nuget: Remora.Results, 7.4.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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (27)

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 (1)

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

Repository Stars
Remora/Remora.Discord
A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
Version Downloads Last updated
7.4.1 28,685 11/20/2023
7.4.0 69,943 11/14/2023
7.3.0 3,635 7/31/2023
7.2.3 85,954 11/20/2022
7.2.2 54,474 8/19/2022
7.2.1 32,976 6/20/2022
7.2.0 44,649 6/8/2022
7.1.3 36,122 4/19/2022
7.1.2 401 4/19/2022
7.1.1 82,497 2/13/2022
7.1.0 66,714 11/27/2021
7.0.3 7,484 11/9/2021
7.0.2 11,313 10/15/2021
7.0.1 8,175 9/30/2021
7.0.0 14,718 9/8/2021
6.1.0 3,975 9/4/2021
6.0.0 4,831 8/18/2021
5.1.0 399 8/18/2021
5.0.0 24,648 7/12/2021
4.1.0 409 7/12/2021
4.0.1 30,174 3/28/2021
4.0.0 19,922 2/21/2021
3.0.0 8,551 2/9/2021
2.1.2 521 2/9/2021
2.1.1 481 2/9/2021
2.1.0 439 2/8/2021
2.0.0 821 2/7/2021
1.3.0 23,834 11/8/2020
1.2.0 2,898 8/6/2020
1.2.0-beta2 477 8/6/2020
1.2.0-beta1 549 8/6/2020
1.1.0 2,091 5/21/2020
1.0.5 547 5/11/2020
1.0.4 583 12/30/2019
1.0.3 551 12/14/2019
1.0.2 531 12/14/2019

Upgrade target framework and nuget packages.