Capgemini.Cauldron.Collections 3.2.3

dotnet add package Capgemini.Cauldron.Collections --version 3.2.3
NuGet\Install-Package Capgemini.Cauldron.Collections -Version 3.2.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="Capgemini.Cauldron.Collections" Version="3.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Capgemini.Cauldron.Collections --version 3.2.3
#r "nuget: Capgemini.Cauldron.Collections, 3.2.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 Capgemini.Cauldron.Collections as a Cake Addin
#addin nuget:?package=Capgemini.Cauldron.Collections&version=3.2.3

// Install Capgemini.Cauldron.Collections as a Cake Tool
#tool nuget:?package=Capgemini.Cauldron.Collections&version=3.2.3

Contains specialized Dictionary implementations, that are 4x faster than the .NET default Dictionary.
     Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

Product 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 net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  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. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 (1)

Showing the top 1 NuGet packages that depend on Capgemini.Cauldron.Collections:

Package Downloads
Capgemini.Cauldron.Win32.WPF

A simple MVVM framework that heavily uses IL-weaving based on Fody.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.3 2,977 10/29/2018
3.2.2 5,856 10/16/2018
3.2.1 2,668 10/2/2018
3.2.0 3,779 9/28/2018

2018.09.27 - [B] Bugs in TryGetValue in all collection type fixed
     2018.08.05 - [C] All dependencies removed.
     2018.07.01 - [C] Now signed
     2018.06.25 - [C] FastDictionary added.
     2018.06.25 - [C] FastObservableCollection added.
     2018.06.25 - [C] ConcurrentList removed and replaced by ConcurrentCollection.
     2018.06.25 - [C] KeyedCollectionEx removed and replaced by FastKeyedCollection.
     2018.06.25 - [C] Extension ToKeyedCollection removed and replaced by ToFastKeyedCollection.
     2018.06.25 - [C] ConcurrentKeyedCollection removed with no replacement, because it is better to use ConcurrentDictionary.
     2018.05.04 - [C] Assemblies for Net45, Net451, Net452, Net46, Net461 and Net462 added