Optional# NuGet Package

Yet another implementation of an option/optional type for .NET.

An Optional type explicitly represents the type of a value that may or may not exist.

While you can do this with nulls, that has many drawbacks.

Some of the benefits of this library over some others include comprehensive equality support, rich debugging information, cleaner API, support for reflecting over Optionals, and more.




Got any Optional# Question?





Info

Version: 0.8.2
Author(s): Greg Ros
Last Update: Saturday, July 15, 2017
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/GregRos/OptionalSharp
NuGet Url: https://www.nuget.org/packages/OptionalSharp


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

.NETStandard 1.6 net461
  • No dependencies.
netstandard1.4 1 package depend on this package.


Tags



STATS

must-have-score

.8

avg-downloads-per-day

2

days-since-last-release

2475