SoftwareCraft.Maybe
1.0.0.2
.NET Core 1.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 1.0.0.2
dotnet add package SoftwareCraft.Maybe --version 1.0.0.2
<PackageReference Include="SoftwareCraft.Maybe" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoftwareCraft.Maybe --version 1.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SoftwareCraft.Maybe, 1.0.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=1.0.0.2
// Install SoftwareCraft.Maybe as a Cake Tool
#tool nuget:?package=SoftwareCraft.Maybe&version=1.0.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 | netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
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 | 578 | 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,348 | 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 |
Refactored tests.
Added async versions for Map and FromResult.
Added lazy evaluating version for ValueOrDefault.