Bearded.Monads 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bearded.Monads --version 1.0.3
NuGet\Install-Package Bearded.Monads -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bearded.Monads" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bearded.Monads --version 1.0.3
#r "nuget: Bearded.Monads, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bearded.Monads as a Cake Addin
#addin nuget:?package=Bearded.Monads&version=1.0.3

// Install Bearded.Monads as a Cake Tool
#tool nuget:?package=Bearded.Monads&version=1.0.3

A place to put various monads that are useful in general C# programming.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Bearded.Monads:

Package Downloads
Csn.Trade.Utils

Package Description

Csn.Trade.ApiUtils

Package Description

confudge

Confudge makes it easy to use typed configuration without the overhead of creating adapter objects. It uses a convention and some overridable defaults to quickly enable typed configuration in .net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.45 1,173 1/3/2024
1.4.43 308 1/3/2024
1.4.42 630 12/3/2023
1.4.40 2,503 2/3/2023
1.4.39 752 2/3/2023
1.4.1 792 2/3/2023
1.3.76 34,111 12/20/2018
1.3.75 1,286 12/20/2018
1.3.74 1,223 12/20/2018
1.3.73 1,324 11/26/2018
1.3.72 1,659 11/13/2018
1.3.69 1,317 10/29/2018
1.3.67 1,273 10/26/2018
1.3.60 21,318 4/23/2018
1.3.55 4,387 2/27/2018
1.3.48 4,098 11/14/2017
1.3.46 1,526 9/20/2017
1.3.45 1,442 9/14/2017
1.3.44 1,448 9/13/2017
1.3.43 1,483 9/12/2017
1.3.41 1,452 9/12/2017
1.3.40 1,492 9/6/2017
1.3.37 4,725 9/6/2017
1.3.36 1,452 9/6/2017
1.3.35 1,515 9/6/2017
1.3.34 1,459 9/6/2017
1.3.31 1,491 9/5/2017
1.3.30 1,494 9/5/2017
1.3.28 1,473 9/5/2017
1.3.27 4,234 8/23/2017
1.3.26 8,585 8/21/2017
1.3.25 8,748 8/16/2017
1.3.23 1,479 8/14/2017
1.3.21 1,476 8/3/2017
1.3.20 1,560 8/3/2017
1.3.18 1,433 8/3/2017
1.3.16 1,476 8/2/2017
1.3.15 1,691 8/1/2017
1.3.14 1,487 7/28/2017
1.3.13 1,553 7/6/2017
1.3.12 1,607 6/22/2017
1.3.11 1,568 6/22/2017
1.3.10 1,516 6/22/2017
1.3.9 1,540 5/25/2017
1.3.8 1,551 5/24/2017
1.2.2 1,533 5/24/2017
1.2.1 1,616 4/26/2017
1.1.5 5,216 8/18/2016
1.1.4 1,830 7/12/2016
1.1.3 2,031 6/12/2016
1.1.2 2,272 5/31/2016
1.1.1 1,691 5/9/2016
1.1.0 1,654 2/15/2016
1.0.25 1,813 10/29/2015
1.0.24 1,741 9/25/2015
1.0.23 1,709 9/24/2015
1.0.22 1,697 9/16/2015
1.0.21 1,709 9/4/2015
1.0.20 1,839 6/26/2015
1.0.19 1,779 6/24/2015
1.0.18 1,665 6/3/2015
1.0.17 1,906 6/3/2015
1.0.16 1,678 5/6/2015
1.0.15 2,530 11/30/2014
1.0.14 1,804 11/25/2014
1.0.13 1,757 10/22/2014
1.0.12 1,882 10/7/2014
1.0.11 1,805 10/7/2014
1.0.10 2,083 8/3/2014
1.0.9 1,789 8/3/2014
1.0.8 1,684 8/3/2014
1.0.7 1,879 7/30/2014
1.0.6 1,866 6/25/2014
1.0.5 1,784 6/25/2014
1.0.4 1,801 6/16/2014
1.0.3 2,083 3/24/2014
1.0.2 1,858 3/19/2014
1.0.0 1,752 3/19/2014

Add in a MaybeGetValue extension method for IDictionary<K,V> that returns everything in an option.