Abc.Maybe
1.0.3
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.
Install-Package Abc.Maybe -Version 1.0.3
dotnet add package Abc.Maybe --version 1.0.3
<PackageReference Include="Abc.Maybe" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Abc.Maybe --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Abc.Maybe, 1.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
https://github.com/chtoucas/Abc.Maybe/releases/tag/v1.0.3
Dependencies
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.3 | 162 | 8/18/2020 |
1.0.2 | 174 | 6/18/2020 |
1.0.1 | 230 | 5/31/2020 |
1.0.0 | 165 | 5/27/2020 |
1.0.0-beta5 | 184 | 5/26/2020 |
1.0.0-beta4 | 183 | 4/27/2020 |
1.0.0-beta3 | 163 | 4/24/2020 |
1.0.0-beta2 | 169 | 4/17/2020 |
1.0.0-beta1 | 158 | 4/16/2020 |
1.0.0-alpha3 | 212 | 4/12/2020 |
1.0.0-alpha-2 | 181 | 4/3/2020 |
1.0.0-alpha-1 | 278 | 3/27/2020 |