SwissArmyKnife 2.3.1
dotnet add package SwissArmyKnife --version 2.3.1
NuGet\Install-Package SwissArmyKnife -Version 2.3.1
<PackageReference Include="SwissArmyKnife" Version="2.3.1" />
paket add SwissArmyKnife --version 2.3.1
#r "nuget: SwissArmyKnife, 2.3.1"
// Install SwissArmyKnife as a Cake Addin #addin nuget:?package=SwissArmyKnife&version=2.3.1 // Install SwissArmyKnife as a Cake Tool #tool nuget:?package=SwissArmyKnife&version=2.3.1
A collection of extension methods, abstract base classes and helpers for general purposes
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | 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. |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SwissArmyKnife:
Package | Downloads |
---|---|
AtleX.HaveIBeenPwned
AtleX.HaveIBeenPwned is a fully async and super fast .NET Standard client library for HaveIBeenPwned.com. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.1 | 21,565 | 10/1/2023 |
2.3.0 | 136 | 9/30/2023 |
2.2.0 | 23,142 | 5/18/2021 |
2.1.0 | 3,804 | 2/13/2021 |
2.0.2 | 7,535 | 4/5/2020 |
2.0.1 | 752 | 2/15/2020 |
2.0.0 | 2,401 | 11/5/2019 |
2.0.0-beta1 | 483 | 10/17/2019 |
1.4.0 | 4,537 | 4/15/2018 |
1.3.0 | 1,076 | 2/8/2018 |
1.2.0 | 1,226 | 8/14/2017 |
1.1.0 | 997 | 4/28/2017 |
1.0.0 | 1,291 | 7/20/2016 |
1.0.0-beta2 | 1,334 | 9/16/2015 |
1.0.0-beta1 | 1,662 | 8/8/2015 |
2.3.1:
- [Bug] Restore strong naming (#36)
2.3.0:
- [Feature] Add IComparable<T>.IsLessThan()
- [Feature] Add IComparable<T>.IsBetween()
- [Feature] Add IComparable<T>.IsGreaterThan()
- [Feature] Add string.IsAnyOf(StringComparison, ...)
2.2.0:
- [Feature] Added the object.IsEqualToAll() extension methods
- [Fix] Cleaned up and fixed documentation
- [Fix] Compiler flags for deterministic builds
2.1.0:
- [Feature] Add equalityhelper to simplify implementations of IEquetable<T> (#33)
2.0.2:
- [Feature] Enabled deterministic builds (#28)
2.0.1:
- [Fix] Removed public signing from .NET Standard TFM to avoid assembly load errors when this is loaded as a transitive dependency on .NET Framework
2.0.0:
- [Breaking] Removed random datastructures and pools and crypto stuff (#24)
- [Feature] Moved supported target frameworks to .NET 4.6.1 and .NET Standard 2.0 (#21)
- [Feature] Add strong naming (#20)
- [Feature] Add SourceLink and .snupkg support (#23)
1.4.0:
- [Feature] Added the CircularBuffer ringbuffer in SwissArmyKnife.DataStructures.CircularBuffer
- [Feature] Added an interface IBloomFilter to the BloomFilter