Universal.Common.Collections
4.1.0
dotnet add package Universal.Common.Collections --version 4.1.0
NuGet\Install-Package Universal.Common.Collections -Version 4.1.0
<PackageReference Include="Universal.Common.Collections" Version="4.1.0" />
paket add Universal.Common.Collections --version 4.1.0
#r "nuget: Universal.Common.Collections, 4.1.0"
// 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 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. |
.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 is compatible. |
.NET Framework | net461 was computed. 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. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- Universal.Common (>= 8.1.2)
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- Universal.Common (>= 8.1.2)
NuGet packages (9)
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 | 1,851 | 2/2/2022 |
4.0.0 | 861 | 10/13/2021 |
3.5.1 | 6,216 | 7/14/2021 |
3.5.0 | 2,267 | 2/5/2021 |
3.4.1 | 467 | 2/1/2021 |
3.4.0 | 393 | 1/19/2021 |
3.3.1 | 485 | 1/11/2021 |
3.3.0 | 345 | 1/11/2021 |
3.2.0 | 688 | 1/6/2021 |
3.1.2 | 924 | 10/9/2020 |
3.1.1 | 403 | 10/2/2020 |
3.1.0 | 842 | 9/2/2020 |
3.0.0 | 482 | 9/2/2020 |
2.2.1.1 | 7,971 | 4/1/2020 |
2.2.1 | 944 | 3/18/2020 |
2.2.0 | 3,920 | 1/23/2020 |
2.1.0 | 488 | 1/14/2020 |
2.0.0 | 497 | 12/17/2019 |
1.5.3 | 520 | 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.