Optuple 2.1.0
A .NET Standard library that adds option semantics to a tuple of Boolean and T.
Install-Package Optuple -Version 2.1.0
dotnet add package Optuple --version 2.1.0
<PackageReference Include="Optuple" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Optuple --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Optuple, 2.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Optuple as a Cake Addin #addin nuget:?package=Optuple&version=2.1.0 // Install Optuple as a Cake Tool #tool nuget:?package=Optuple&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
See https://github.com/atifaziz/Optuple/releases/tag/v2.1.0
Dependencies
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Optuple:
Repository | Stars |
---|---|
atifaziz/LinqPadless
LINQPad Queries without LINQPad
|