Psns.Common.Analysis
2018.8.6.1
dotnet add package Psns.Common.Analysis --version 2018.8.6.1
NuGet\Install-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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 is compatible. net452 was computed. net46 is compatible. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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 | 21,185 | 8/6/2018 |
2018.5.21.1 | 993 | 5/21/2018 |
2018.5.18.1 | 949 | 5/18/2018 |
2018.5.17.3 | 938 | 5/17/2018 |
2018.5.9.1 | 955 | 5/9/2018 |
2018.4.30.4 | 1,056 | 4/30/2018 |
2018.4.30.1 | 1,012 | 4/30/2018 |
2018.4.27.6 | 1,092 | 4/27/2018 |
2018.4.27.4 | 1,125 | 4/27/2018 |
2018.4.27.3 | 1,060 | 4/27/2018 |
2018.4.27.2 | 1,065 | 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