SoftwareCraft.Maybe
2.0.2
.NET Standard 2.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package SoftwareCraft.Maybe -Version 2.0.2
dotnet add package SoftwareCraft.Maybe --version 2.0.2
<PackageReference Include="SoftwareCraft.Maybe" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoftwareCraft.Maybe --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SoftwareCraft.Maybe, 2.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install SoftwareCraft.Maybe as a Cake Addin
#addin nuget:?package=SoftwareCraft.Maybe&version=2.0.2
// Install SoftwareCraft.Maybe as a Cake Tool
#tool nuget:?package=SoftwareCraft.Maybe&version=2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SoftwareCraft.Maybe represents the OOP implementation of a functional concept. Instead of returning null, return a Maybe, and the code will be much cleaner and the intent much clearer.
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 | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.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 |
---|---|---|
2.0.3 | 572 | 3/2/2022 |
2.0.2.1 | 1,378 | 12/21/2021 |
2.0.2 | 123 | 12/21/2021 |
2.0.1.4 | 1,010 | 12/16/2020 |
2.0.1.2 | 229 | 12/14/2020 |
2.0.1.1 | 254 | 12/14/2020 |
2.0.1 | 262 | 12/14/2020 |
2.0.0.4 | 347 | 8/13/2020 |
2.0.0.3 | 408 | 11/28/2019 |
2.0.0.2 | 364 | 10/9/2019 |
2.0.0 | 4,344 | 3/20/2019 |
1.0.0.4 | 786 | 6/21/2018 |
1.0.0.3 | 775 | 12/10/2017 |
1.0.0.2 | 982 | 5/11/2017 |
1.0.0.1 | 878 | 5/10/2017 |
1.0.0 | 1,013 | 5/9/2017 |
Added extension methods for lifting.