OptionalSharp 0.5.1
See the version list below for details.
dotnet add package OptionalSharp --version 0.5.1
NuGet\Install-Package OptionalSharp -Version 0.5.1
<PackageReference Include="OptionalSharp" Version="0.5.1" />
paket add OptionalSharp --version 0.5.1
#r "nuget: OptionalSharp, 0.5.1"
// Install OptionalSharp as a Cake Addin #addin nuget:?package=OptionalSharp&version=0.5.1 // Install OptionalSharp as a Cake Tool #tool nuget:?package=OptionalSharp&version=0.5.1
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OptionalSharp:
Package | Downloads |
---|---|
OptionalSharp.More
Extension methods and other objects for integrating the Optional# Optional type into .NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.
No notes.