System.Collections.Concurrent 4.0.12

Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.

Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>

When using NuGet 3.x this package requires at least version 3.4.

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

Install-Package System.Collections.Concurrent -Version 4.0.12
dotnet add package System.Collections.Concurrent --version 4.0.12
<PackageReference Include="System.Collections.Concurrent" Version="4.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Collections.Concurrent --version 4.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Collections.Concurrent, 4.0.12"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Collections.Concurrent as a Cake Addin
#addin nuget:?package=System.Collections.Concurrent&version=4.0.12

// Install System.Collections.Concurrent as a Cake Tool
#tool nuget:?package=System.Collections.Concurrent&version=4.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Release Notes

https://go.microsoft.com/fwlink/?LinkID=799417

NuGet packages (23)

Showing the top 5 NuGet packages that depend on System.Collections.Concurrent:

Package Downloads
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e595ee276d14e14bfb3eb323fb57f2aa668bddea
Microsoft.AspNetCore.Mvc.Razor.Host
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Serilog.Sinks.Async
Asynchronous sink wrapper for Serilog.
Microsoft.Framework.DependencyInjection
Dependency injection abstraction and fallback implementation.

Version History

Version Downloads Last updated
4.3.0 0 06.02.2022
4.0.12 0 06.02.2022