Psns.Common.Analysis
2018.8.6.1
Install-Package Psns.Common.Analysis -Version 2018.8.6.1
dotnet add package Psns.Common.Analysis --version 2018.8.6.1
<PackageReference Include="Psns.Common.Analysis" Version="2018.8.6.1" />
paket add Psns.Common.Analysis --version 2018.8.6.1
#r "nuget: Psns.Common.Analysis, 2018.8.6.1"
// Install Psns.Common.Analysis as a Cake Addin
#addin nuget:?package=Psns.Common.Analysis&version=2018.8.6.1
// Install Psns.Common.Analysis as a Cake Tool
#tool nuget:?package=Psns.Common.Analysis&version=2018.8.6.1
Contains various analysis algorithms
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.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 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.6
- NETStandard.Library (>= 2.0.2)
-
All Frameworks
- FSharp.Core (>= 4.3.4)
- Psns.Common.Functional (>= 2018.5.16.1)
- System.ValueTuple (>= 4.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Psns.Common.Analysis:
Package | Downloads |
---|---|
Psns.Common.SystemExtensions
Some helpful extension methods |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2018.8.6.1 | 15,171 | 8/6/2018 |
2018.5.21.1 | 695 | 5/21/2018 |
2018.5.18.1 | 675 | 5/18/2018 |
2018.5.17.3 | 670 | 5/17/2018 |
2018.5.9.1 | 672 | 5/9/2018 |
2018.4.30.4 | 775 | 4/30/2018 |
2018.4.30.1 | 738 | 4/30/2018 |
2018.4.27.6 | 824 | 4/27/2018 |
2018.4.27.4 | 841 | 4/27/2018 |
2018.4.27.3 | 801 | 4/27/2018 |
2018.4.27.2 | 792 | 4/27/2018 |
## 1.0.0.5
### Features
* Adding a version of memoPrev that also returns a reader function.
## 1.0.0.4
### Features
* Include number of times memo'd function was called in result.
## 1.0.0.3
### Features
* Adding function memoWeakKeyed that takes another function to generate the cache key.
## 1.0.0.2
### Features
* Adding another memoization function that supports expiration
## 1.0.0.1
### Features
* Adding thread safety to memoization functions
## 1.0.0.0
### Features
* Initial release