System.Collections.Immutable 1.1.37

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>

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

Requires NuGet 2.8.6 or higher.

Install-Package System.Collections.Immutable -Version 1.1.37
dotnet add package System.Collections.Immutable --version 1.1.37
<PackageReference Include="System.Collections.Immutable" Version="1.1.37" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Collections.Immutable --version 1.1.37
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Collections.Immutable, 1.1.37"
#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.Immutable as a Cake Addin
#addin nuget:?package=System.Collections.Immutable&version=1.1.37

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

NuGet packages (57)

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

Package Downloads
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
Catel.Core
Catel.Core library.
JetBrains.Microsoft.Diagnostics.Runtime
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.
Microsoft.EntityFrameworkCore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
EntityFramework.Core
Entity Framework is Microsoft's recommended data access technology for new applications.

Version History

Version Downloads Last updated
5.0.0 0 06.02.2022
1.7.0 0 06.02.2022
1.5.0 0 06.02.2022
1.4.0 0 06.02.2022
1.3.1 0 06.02.2022
1.3.0 0 06.02.2022
1.2.0 0 06.02.2022
1.1.37 0 06.02.2022
1.1.36 0 06.02.2022
Show less