System.Collections.Immutable 5.0.0-preview.5.20278.1

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>

Showing the top 20 packages that depend on System.Collections.Immutable.

Packages 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/16f9bd284cd49604ac82998bfe778a8eb16d4347.
7
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/29e657c0582904529bae2a87c227220e03f509cf.
9
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/4b5650e58ee947f283ec098c133c9ffd86b18744.
7
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/4c32f5e4e9c0828a94fd4d1c9c0994082c85aaf3.
8
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/66a912c9463eebe832cf742d2fe8bb2e1a4600ec.
7
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/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
8
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/d51d1a7338e32d3a3cd1e5452665964ee8ec15df.
7
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
7
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/f99bb16a395e48a05520ba7af1549b20bfdeee36.
7
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
6
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
8
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
16
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
23
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
25
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
29
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
7
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/ee3828a168f874efc5e5c8cc8c9bce9aa7db9d25
9
System.Reflection.Metadata
This packages provides a low-level .NET (ECMA-335) metadata reader. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. Commonly Used Types: System.Reflection.Metadata.MetadataReader System.Reflection.PortableExecutable.PEReader
6
System.Reflection.Metadata
This packages provides a low-level .NET (ECMA-335) metadata reader. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. Commonly Used Types: System.Reflection.Metadata.MetadataReader System.Reflection.PortableExecutable.PEReader
8

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

MonoAndroid 1.0

  • No dependencies.

Xamarin.WatchOS 1.0

  • No dependencies.

Xamarin.TVOS 1.0

  • No dependencies.

Xamarin.Mac 2.0

  • No dependencies.

Xamarin.iOS 1.0

  • No dependencies.

WindowsPhoneApp 8.1

  • No dependencies.

WindowsPhone 8.0

  • No dependencies.

UAP 10.0.16299

.NETPortable 4.5

  • No dependencies.

Windows 8.0

  • No dependencies.

.NET Standard 1.3

.NET Standard 1.0

.NET Core 2.1

  • No dependencies.

.NET Framework 4.6

.NET Framework 4.5

  • No dependencies.

MonoTouch 1.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.3.26207.106 0 2026/4/14
11.0.0-preview.2.26159.112 4 2026/4/10
11.0.0-preview.1.26104.118 4 2026/4/10
10.0.6 0 2026/4/14
10.0.5 1 2026/4/13
10.0.4 2 2026/4/13
10.0.3 2 2026/4/13
10.0.2 3 2026/4/13
10.0.1 3 2026/4/13
10.0.0 1 2026/4/13
10.0.0-rc.2.25502.107 2 2026/4/13
10.0.0-rc.1.25451.107 2 2026/4/13
10.0.0-preview.7.25380.108 2 2026/4/13
10.0.0-preview.6.25358.103 3 2026/4/10
10.0.0-preview.5.25277.114 2 2026/4/13
10.0.0-preview.4.25258.110 4 2026/4/10
10.0.0-preview.3.25171.5 3 2026/4/13
10.0.0-preview.2.25163.2 5 2026/4/13
10.0.0-preview.1.25080.5 2 2026/4/13
9.0.15 0 2026/4/14
9.0.14 3 2026/4/13
9.0.13 3 2026/4/12
9.0.12 3 2026/4/13
9.0.11 2 2026/4/13
9.0.10 1 2026/4/13
9.0.9 4 2026/4/10
9.0.8 3 2026/4/13
9.0.7 3 2026/4/13
9.0.6 4 2026/4/13
9.0.5 3 2026/4/13
9.0.4 4 2026/4/12
9.0.3 4 2026/4/13
9.0.2 3 2026/4/13
9.0.1 5 2026/4/13
9.0.0 4 2026/4/10
9.0.0-rc.2.24473.5 2 2026/4/13
9.0.0-rc.1.24431.7 2 2026/4/13
9.0.0-preview.7.24405.7 2 2026/4/13
9.0.0-preview.6.24327.7 2 2026/4/13
9.0.0-preview.5.24306.7 2 2026/4/13
9.0.0-preview.4.24266.19 1 2026/4/13
9.0.0-preview.3.24172.9 2 2026/4/13
9.0.0-preview.2.24128.5 3 2026/4/10
9.0.0-preview.1.24080.9 4 2026/4/13
8.0.0 4 2026/4/11
8.0.0-rc.2.23479.6 2 2026/4/13
8.0.0-rc.1.23419.4 2 2026/4/13
8.0.0-preview.7.23375.6 2 2026/4/13
8.0.0-preview.6.23329.7 2 2026/4/13
8.0.0-preview.5.23280.8 2 2026/4/10
8.0.0-preview.4.23259.5 3 2026/4/13
8.0.0-preview.3.23174.8 1 2026/4/13
8.0.0-preview.2.23128.3 4 2026/4/10
8.0.0-preview.1.23110.8 2 2026/4/10
7.0.0 7 2025/4/29
7.0.0-rc.2.22472.3 2 2026/4/13
7.0.0-rc.1.22426.10 2 2026/4/13
7.0.0-preview.7.22375.6 3 2026/4/13
7.0.0-preview.6.22324.4 2 2026/4/13
7.0.0-preview.5.22301.12 3 2026/4/13
7.0.0-preview.4.22229.4 1 2026/4/13
7.0.0-preview.3.22175.4 2 2026/4/13
7.0.0-preview.2.22152.2 3 2026/4/10
7.0.0-preview.1.22076.8 2 2026/4/13
6.0.1 4 2025/4/29
6.0.0 5 2025/4/29
6.0.0-rc.2.21480.5 5 2026/4/13
6.0.0-rc.1.21451.13 2 2026/4/10
6.0.0-preview.7.21377.19 3 2026/4/13
6.0.0-preview.6.21352.12 4 2026/4/13
6.0.0-preview.5.21301.5 4 2026/4/13
6.0.0-preview.4.21253.7 3 2026/4/13
6.0.0-preview.3.21201.4 2 2026/4/13
6.0.0-preview.2.21154.6 1 2026/4/13
6.0.0-preview.1.21102.12 3 2026/4/13
5.0.0 5 2025/4/29
5.0.0-rc.2.20475.5 2 2026/4/13
5.0.0-rc.1.20451.14 2 2026/4/13
5.0.0-preview.8.20407.11 3 2026/4/13
5.0.0-preview.7.20364.11 2 2026/4/13
5.0.0-preview.6.20305.6 4 2026/4/13
5.0.0-preview.5.20278.1 2 2026/4/13
5.0.0-preview.4.20251.6 2 2026/4/13
5.0.0-preview.3.20214.6 2 2026/4/13
5.0.0-preview.2.20160.6 3 2026/4/10
5.0.0-preview.1.20120.5 3 2026/4/10
1.7.1 19 2025/2/28
1.7.0 6 2025/12/12
1.7.0-preview3.19551.4 3 2026/4/13
1.7.0-preview2.19523.17 4 2026/4/13
1.7.0-preview1.19504.10 3 2026/4/13
1.6.0 3 2026/4/13
1.6.0-rc1.19456.4 2 2026/4/13
1.6.0-preview9.19421.4 4 2026/4/10
1.6.0-preview9.19416.11 2 2026/4/13
1.6.0-preview8.19405.3 3 2026/4/13
1.6.0-preview7.19362.9 3 2026/4/13
1.6.0-preview6.19303.8 2 2026/4/10
1.6.0-preview6.19264.9 4 2026/4/10
1.6.0-preview5.19224.8 4 2026/4/13
1.6.0-preview4.19212.13 2 2026/4/13
1.6.0-preview3.19128.7 4 2026/4/13
1.6.0-preview.19073.11 3 2026/4/13
1.6.0-preview.18571.3 4 2026/4/10
1.5.0 11 2025/3/3
1.5.0-rc1 4 2026/4/13
1.5.0-preview2-26406-04 3 2026/4/13
1.5.0-preview1-26216-02 3 2026/4/13
1.4.0 4 2026/4/12
1.4.0-preview2-25405-01 2 2026/4/13
1.4.0-preview1-25305-02 4 2026/4/13
1.3.1 10 2025/3/3
1.3.0 3 2026/4/12
1.3.0-preview1-24530-04 2 2026/4/13
1.2.0 3 2026/4/13
1.2.0-rc2-24027 3 2026/4/13
1.1.38-beta-23516 2 2026/4/13
1.1.38-beta-23409 4 2026/4/10
1.1.38-beta-23225 3 2026/4/13
1.1.37 3 2026/4/12
1.1.37-beta-23109 3 2026/4/13
1.1.37-beta-23019 2 2026/4/13
1.1.36 1 2026/4/13
1.1.34-rc 1 2026/4/13
1.1.33-beta 3 2026/4/13
1.1.32-beta 2 2026/4/13