Skip to content

A simple, versatile algebraic data type for C#.

License

Notifications You must be signed in to change notification settings

Foxtrek64/Remora.Results

 
 

Repository files navigation

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.

About

A simple, versatile algebraic data type for C#.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.5%
  • Shell 0.5%