A Safe Yet Effective Option Type NuGet Package

Provides a fully-featured Option type, aka a Maybe type, with several companion helpers (parsing, LINQ).

An Option type allows to represent objects that are either something (a value or a reference) or nothing.

Nullable Reference Types (NRT) do not count since they are not actual .NET types but annotations that are ignored at run-time.

A tutorial along with guidelines is available on the project website.




Got any A Safe Yet Effective Option Type Question?





Info

Version: 1.0.3
Author(s): Chtoucas
Last Update: Tuesday, August 18, 2020
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/chtoucas/Abc.Maybe/
NuGet Url: https://www.nuget.org/packages/Abc.Maybe


Install
Install-Package Abc.Maybe
dotnet add package Abc.Maybe
paket add Abc.Maybe
Abc.Maybe Download (Unzip the "nupkg" after downloading)

.NETStandard 1.1 .NETStandard 2.0
  • No dependencies.
net461
  • No dependencies.
netstandard2.1
  • No dependencies.


Tags



STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

1344