Psns.Common.Functional
2019.3.29.1
Install-Package Psns.Common.Functional -Version 2019.3.29.1
dotnet add package Psns.Common.Functional --version 2019.3.29.1
<PackageReference Include="Psns.Common.Functional" Version="2019.3.29.1" />
paket add Psns.Common.Functional --version 2019.3.29.1
#r "nuget: Psns.Common.Functional, 2019.3.29.1"
// Install Psns.Common.Functional as a Cake Addin
#addin nuget:?package=Psns.Common.Functional&version=2019.3.29.1
// Install Psns.Common.Functional as a Cake Tool
#tool nuget:?package=Psns.Common.Functional&version=2019.3.29.1
Contains some functional helpers methods and Monads
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.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- System.ValueTuple (>= 4.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Psns.Common.Functional:
Package | Downloads |
---|---|
Psns.Common.Clients.Broker
Contains functions for communicating with SQL Service Broker |
|
Psns.Common.SystemExtensions
Some helpful extension methods |
|
Psns.Common.Analysis
Contains various analysis algorithms |
|
Psns.Common.Search.Lucene
A functional library interface to Lucene.Net |
|
Psns.Common.Security.ClientCertificateHandling
Provides modules for loading client certificates from http requests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2019.3.29.1 | 15,385 | 3/29/2019 |
2018.8.6.1 | 891 | 8/6/2018 |
2018.7.30.2 | 561 | 7/30/2018 |
2018.7.25.1 | 533 | 7/25/2018 |
2018.7.17.1 | 661 | 7/17/2018 |
2018.6.15.1 | 661 | 6/15/2018 |
2018.5.16.1 | 764 | 5/16/2018 |
2018.5.15.1 | 696 | 5/15/2018 |
2018.5.14.1 | 674 | 5/14/2018 |
2018.5.1.1 | 682 | 5/1/2018 |
2018.4.26.5 | 1,149 | 4/26/2018 |
2018.4.26.4 | 681 | 4/26/2018 |
2018.4.26.3 | 672 | 4/26/2018 |
1.0.0-CI-20180426-195654 | 634 | 4/26/2018 |
## 2.0.0.2
### Features
* Adding some async extensions
## 2.0.0.1
### Features
* Don't require System.Collections.Concurrent to support NET45.
## 2.0.0.0
### Features
* Adding memoization functions
## 1.0.0.6
### Features
* Adding State Monad
## 1.0.0.5
### Features
* Adding more helpers
## 1.0.0.4
### Features
* Adding more helpers
## 1.0.0.3
### Features
* Adding more helpers
### Bug fixes
* Fixing bug in IEnumerable Match function
## 1.0.0.2
### Features
* Add more helpers
## 1.0.0.1
### Features
* Adding more helper functions
## 1.0.0.0
### Features
* Initial release