System.Collections.Immutable
1.6.0-preview9.19421.4
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.6 or higher.
dotnet add package System.Collections.Immutable --version 1.6.0-preview9.19421.4
NuGet\Install-Package System.Collections.Immutable -Version 1.6.0-preview9.19421.4
<PackageReference Include="System.Collections.Immutable" Version="1.6.0-preview9.19421.4" />
paket add System.Collections.Immutable --version 1.6.0-preview9.19421.4
#r "nuget: System.Collections.Immutable, 1.6.0-preview9.19421.4"
// Install System.Collections.Immutable as a Cake Addin #addin nuget:?package=System.Collections.Immutable&version=1.6.0-preview9.19421.4&prerelease // Install System.Collections.Immutable as a Cake Tool #tool nuget:?package=System.Collections.Immutable&version=1.6.0-preview9.19421.4&prerelease
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>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- System.Memory (>= 4.5.3)
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Memory (>= 4.5.3)
-
.NETStandard 2.0
- System.Memory (>= 4.5.3)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
UAP 10.0.16299
- System.Memory (>= 4.5.3)
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (2.0K)
Showing the top 5 NuGet packages that depend on System.Collections.Immutable:
Package | Downloads |
---|---|
System.Reflection.Metadata
This package provides a low-level .NET (ECMA-335) metadata reader and writer. 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. The metadata format is defined by the ECMA-335 - Common Language Infrastructure (CLI) specification. The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks. |
|
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/bde21ee2b98b775b010d01a93f81ef587fe80962. |
|
Microsoft.CodeAnalysis.CSharp
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bde21ee2b98b775b010d01a93f81ef587fe80962. |
|
Humanizer.Core
Humanizer core package that contains the library and the neutral language (English) resources |
|
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL. |
GitHub repositories (494)
Showing the top 5 popular GitHub repositories that depend on System.Collections.Immutable:
Repository | Stars |
---|---|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-rc.2.24473.5 | 8,127 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 12,200 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 3,501 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 4,123 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 3,193 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 1,930 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 3,353 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 6,129 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 10,743 | 2/13/2024 | |
8.0.0 | 35,250,537 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 590,505 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 22,005 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 11,655 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 8,149 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 9,645 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 3,486 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 5,258 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 9,977 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 3,464 | 2/21/2023 | |
7.0.0 | 69,961,690 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 55,966 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 15,713 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 7,288 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 7,401 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 1,990 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 15,320 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 116,720 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 85,018 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 68,727 | 2/17/2022 | |
6.0.0 | 331,352,535 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 317,665 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 230,053 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 122,242 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 41,244 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 199,877 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 77,232 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 98,310 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 95,722 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 99,336 | 2/12/2021 | |
5.0.0 | 323,084,057 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 386,067 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 325,010 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 484,634 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 116,347 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 3,886 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 5,832 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 5,785 | 5/18/2020 | |
5.0.0-preview.3.20214.6 | 146,367 | 4/23/2020 | |
5.0.0-preview.2.20160.6 | 88,890 | 4/2/2020 | |
5.0.0-preview.1.20120.5 | 13,433 | 3/16/2020 | |
1.7.1 | 225,193,983 | 5/12/2020 | |
1.7.0 | 199,744,392 | 12/3/2019 | |
1.7.0-preview3.19551.4 | 191,133 | 11/13/2019 | |
1.7.0-preview2.19523.17 | 33,653 | 11/1/2019 | |
1.7.0-preview1.19504.10 | 749,548 | 10/15/2019 | |
1.6.0 | 36,241,958 | 9/23/2019 | |
1.6.0-rc1.19456.4 | 49,526 | 9/16/2019 | |
1.6.0-preview9.19421.4 | 1,427,372 | 9/4/2019 | |
1.6.0-preview9.19416.11 | 1,524 | 9/4/2019 | |
1.6.0-preview8.19405.3 | 401,656 | 8/13/2019 | |
1.6.0-preview7.19362.9 | 95,183 | 7/23/2019 | |
1.6.0-preview6.19303.8 | 177,805 | 6/12/2019 | |
1.6.0-preview6.19264.9 | 1,849 | 9/4/2019 | |
1.6.0-preview5.19224.8 | 670,502 | 5/6/2019 | |
1.6.0-preview4.19212.13 | 31,911 | 4/18/2019 | |
1.6.0-preview3.19128.7 | 216,193 | 3/6/2019 | |
1.6.0-preview.19073.11 | 40,139 | 1/29/2019 | |
1.6.0-preview.18571.3 | 70,203 | 12/3/2018 | |
1.5.0 | 299,073,104 | 5/29/2018 | |
1.5.0-rc1 | 371,589 | 5/6/2018 | |
1.5.0-preview2-26406-04 | 292,651 | 4/10/2018 | |
1.5.0-preview1-26216-02 | 569,344 | 2/26/2018 | |
1.4.0 | 146,003,817 | 8/11/2017 | |
1.4.0-preview2-25405-01 | 14,173 | 6/27/2017 | |
1.4.0-preview1-25305-02 | 18,009 | 5/9/2017 | |
1.3.1 | 192,398,421 | 1/3/2017 | |
1.3.0 | 241,109,681 | 11/15/2016 | |
1.3.0-preview1-24530-04 | 137,812 | 10/24/2016 | |
1.2.0 | 319,107,739 | 6/27/2016 | |
1.2.0-rc2-24027 | 11,079,424 | 5/16/2016 | |
1.1.38-beta-23516 | 37,060 | 11/18/2015 | |
1.1.38-beta-23409 | 7,065 | 10/15/2015 | |
1.1.38-beta-23225 | 138,830 | 9/1/2015 | |
1.1.37 | 6,125,070 | 7/29/2015 | |
1.1.37-beta-23109 | 22,307 | 7/27/2015 | |
1.1.37-beta-23019 | 6,781 | 6/30/2015 | |
1.1.36 | 8,837,083 | 5/11/2015 | |
1.1.34-rc | 32,497 | 3/6/2015 | |
1.1.33-beta | 667,684 | 12/10/2014 | |
1.1.32-beta | 254,463 | 10/10/2014 |