Abc.Maybe
1.0.0-beta1
See the version list below for details.
Install-Package Abc.Maybe -Version 1.0.0-beta1
dotnet add package Abc.Maybe --version 1.0.0-beta1
<PackageReference Include="Abc.Maybe" Version="1.0.0-beta1" />
paket add Abc.Maybe --version 1.0.0-beta1
#r "nuget: Abc.Maybe, 1.0.0-beta1"
// Install Abc.Maybe as a Cake Addin
#addin nuget:?package=Abc.Maybe&version=1.0.0-beta1&prerelease
// Install Abc.Maybe as a Cake Tool
#tool nuget:?package=Abc.Maybe&version=1.0.0-beta1&prerelease
Provides an Option type, aka a Maybe type, with a rich API and several companion helpers (parsing, LINQ).
An Option type, aka a Maybe type, allows to represent objects that are either something (a value or a reference) or nothing.
It differs from a nullable in that it applies to both value types and reference types. Nullable Reference Types (NRT) do not count since they are not actual .NET types but annotations that are ignored at run-time.
A tutorial with some guidelines is available on the project website.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.3 | 372 | 8/18/2020 |
1.0.2 | 309 | 6/18/2020 |
1.0.1 | 362 | 5/31/2020 |
1.0.0 | 306 | 5/27/2020 |
1.0.0-beta5 | 296 | 5/26/2020 |
1.0.0-beta4 | 293 | 4/27/2020 |
1.0.0-beta3 | 267 | 4/24/2020 |
1.0.0-beta2 | 281 | 4/17/2020 |
1.0.0-beta1 | 283 | 4/16/2020 |
1.0.0-alpha3 | 322 | 4/12/2020 |
1.0.0-alpha-2 | 289 | 4/3/2020 |
1.0.0-alpha-1 | 382 | 3/27/2020 |
See CHANGELOG in project root.