System.Collections.Immutable 1.1.38-beta-23516
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
 - 1548494
                    Showing the top 20 packages that depend on System.Collections.Immutable.
| Packages | Downloads | 
|---|---|
| 
                                                    Microsoft.NETCore
                                                     Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb 
                                                 | 
                                                163 | 
| 
                                                    MessagePack
                                                     Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin). 
                                                 | 
                                                153 | 
| 
                                                    Microsoft.VisualStudio.Debugger.Contracts
                                                     Package containing extensibility contracts between the debugger and other Visual Studio components, such as language services. 
                                                 | 
                                                144 | 
| 
                                                    Microsoft.Build
                                                     This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects. 
                                                 | 
                                                136 | 
| 
                                                    Microsoft.Build
                                                     This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects. 
                                                 | 
                                                131 | 
| 
                                                    MessagePack
                                                     Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin). 
                                                 | 
                                                128 | 
| 
                                                    MessagePack
                                                     Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin). 
                                                 | 
                                                126 | 
| 
                                                    Microsoft.Build.Tasks.Core
                                                     This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild. 
                                                 | 
                                                118 | 
| 
                                                    MessagePack
                                                     Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin). 
                                                 | 
                                                118 | 
| 
                                                    System.Diagnostics.StackTrace
                                                     Provides the System.Diagnostics.StackTrace class, which allows interaction with local and remote processes.
Commonly Used Types:
System.Diagnostics.StackFrame
System.Diagnostics.StackTrace
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                118 | 
| 
                                                    Microsoft.VisualStudio.Web.CodeGeneration.Contracts
                                                     Contains interfaces for Project Model and messaging for scaffolding. 
                                                 | 
                                                118 | 
| 
                                                    Microsoft.Build.Utilities.Core
                                                     This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks. 
                                                 | 
                                                116 | 
| 
                                                    Microsoft.Build
                                                     This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects. 
                                                 | 
                                                116 | 
| 
                                                    Microsoft.Build.Utilities.Core
                                                     This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks. 
                                                 | 
                                                115 | 
| 
                                                    MessagePack
                                                     Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin). 
                                                 | 
                                                114 | 
| 
                                                    Microsoft.Build
                                                     This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects. 
                                                 | 
                                                114 | 
| 
                                                    Microsoft.Build.Utilities.Core
                                                     This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks. 
                                                 | 
                                                113 | 
| 
                                                    Microsoft.VisualStudio.Web.CodeGeneration.Contracts
                                                     Contains interfaces for Project Model and messaging for scaffolding. 
                                                 | 
                                                113 | 
.NETPlatform 5.1
- System.Runtime (>= 4.0.0)
 - System.Resources.ResourceManager (>= 4.0.0)
 - System.Collections (>= 4.0.0)
 - System.Diagnostics.Debug (>= 4.0.0)
 - System.Linq (>= 4.0.0)
 - System.Runtime.Extensions (>= 4.0.0)
 - System.Globalization (>= 4.0.0)
 - System.Threading (>= 4.0.0)