Remora.Results 7.4.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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 (26)

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

Package Downloads
Remora.Discord.API.Abstractions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Interface definitions of Discord's API

Remora.Rest The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Remora.Commands The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A platform-agnostic command parser and dispatcher.

Remora.Discord.Caching.Abstractions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 13,163 11/20/2023
7.4.0 38,375 11/14/2023
7.3.0 2,465 7/31/2023
7.2.3 85,582 11/20/2022
7.2.2 54,422 8/19/2022
7.2.1 32,951 6/20/2022
7.2.0 44,625 6/8/2022
7.1.3 36,080 4/19/2022
7.1.2 397 4/19/2022
7.1.1 82,427 2/13/2022
7.1.0 66,698 11/27/2021
7.0.3 7,480 11/9/2021
7.0.2 11,304 10/15/2021
7.0.1 8,172 9/30/2021
7.0.0 14,707 9/8/2021
6.1.0 3,972 9/4/2021
6.0.0 4,825 8/18/2021
5.1.0 394 8/18/2021
5.0.0 24,628 7/12/2021
4.1.0 403 7/12/2021
4.0.1 30,160 3/28/2021
4.0.0 19,917 2/21/2021
3.0.0 8,536 2/9/2021
2.1.2 510 2/9/2021
2.1.1 477 2/9/2021
2.1.0 437 2/8/2021
2.0.0 816 2/7/2021
1.3.0 23,805 11/8/2020
1.2.0 2,892 8/6/2020
1.2.0-beta2 472 8/6/2020
1.2.0-beta1 546 8/6/2020
1.1.0 2,086 5/21/2020
1.0.5 543 5/11/2020
1.0.4 580 12/30/2019
1.0.3 549 12/14/2019
1.0.2 529 12/14/2019

Upgrade target framework and nuget packages.