System.Collections.Concurrent (4.3.0)

Published 2023-05-05 11:39:27 +10:00 by achi

Installation

dotnet nuget add source --name lers --username your_username --password your_token 
dotnet add package --source lers --version 4.3.0 System.Collections.Concurrent

About this package

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 System.Collections.Concurrent.ConcurrentBag System.Collections.Concurrent.BlockingCollection System.Collections.Concurrent.ConcurrentStack

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

Dependencies

ID Version Target Framework
System.Collections 4.3.0 .NETCore5.0
System.Diagnostics.Debug 4.3.0 .NETCore5.0
System.Diagnostics.Tracing 4.3.0 .NETCore5.0
System.Globalization 4.3.0 .NETCore5.0
System.Resources.ResourceManager 4.3.0 .NETCore5.0
System.Runtime 4.3.0 .NETCore5.0
System.Runtime.Extensions 4.3.0 .NETCore5.0
System.Threading 4.3.0 .NETCore5.0
System.Threading.Tasks 4.3.0 .NETCore5.0
System.Runtime 4.3.0 .NETStandard1.1
System.Threading.Tasks 4.3.0 .NETStandard1.1
System.Collections 4.3.0 .NETStandard1.3
System.Diagnostics.Debug 4.3.0 .NETStandard1.3
System.Diagnostics.Tracing 4.3.0 .NETStandard1.3
System.Globalization 4.3.0 .NETStandard1.3
System.Reflection 4.3.0 .NETStandard1.3
System.Resources.ResourceManager 4.3.0 .NETStandard1.3
System.Runtime 4.3.0 .NETStandard1.3
System.Runtime.Extensions 4.3.0 .NETStandard1.3
System.Threading 4.3.0 .NETStandard1.3
System.Threading.Tasks 4.3.0 .NETStandard1.3
Details
NuGet
2023-05-05 11:39:27 +10:00
86
Microsoft
491 KiB
Assets (1)
Versions (1) View all
4.3.0 2023-05-05