Universal.Common.Collections 4.1.0

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

// Install Universal.Common.Collections as a Cake Tool
#tool nuget:?package=Universal.Common.Collections&version=4.1.0

Class library with specialized collections to model graphs, queues, multi-value dictionaries and such.

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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Universal.Common.Collections:

Package Downloads
Universal.Common.Data

Class library for working with common data formats and files and mapping them to and from C# objects.

Universal.Common.Pipelines

Class library containing patterns and classes for implementing execution pipelines.

Universal.BureauOfMeteorology

Class library for working with the Australian Bureau of Meteorology data.

Universal.iOS.Microsoft

Class library providing abstractions and utilities for working with Microsoft technologies.

Universal.Common.Threading.Tasks

Class library for managing Tasks.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 642 2/2/2022
4.0.0 658 10/13/2021
3.5.1 4,176 7/14/2021
3.5.0 1,803 2/5/2021
3.4.1 366 2/1/2021
3.4.0 312 1/19/2021
3.3.1 369 1/11/2021
3.3.0 265 1/11/2021
3.2.0 542 1/6/2021
3.1.2 778 10/9/2020
3.1.1 318 10/2/2020
3.1.0 671 9/2/2020
3.0.0 389 9/2/2020
2.2.1.1 6,790 4/1/2020
2.2.1 773 3/18/2020
2.2.0 3,404 1/23/2020
2.1.0 415 1/14/2020
2.0.0 419 12/17/2019
1.5.3 432 12/17/2019

More extensive support for the IProjection<TKey, TValue> interface, with more collections implementing it and extension methods to convert an IDictionary<TKey, TValue> to it without parameters.