System.Collections.Immutable 1.1.32-beta

Prefix Reserved
This is a prerelease version of System.Collections.Immutable.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package System.Collections.Immutable --version 1.1.32-beta
                    
NuGet\Install-Package System.Collections.Immutable -Version 1.1.32-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Collections.Immutable" Version="1.1.32-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Collections.Immutable" Version="1.1.32-beta" />
                    
Directory.Packages.props
<PackageReference Include="System.Collections.Immutable" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Collections.Immutable --version 1.1.32-beta
                    
#r "nuget: System.Collections.Immutable, 1.1.32-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.Collections.Immutable&version=1.1.32-beta&prerelease
                    
Install System.Collections.Immutable as a Cake Addin
#tool nuget:?package=System.Collections.Immutable&version=1.1.32-beta&prerelease
                    
Install System.Collections.Immutable as a Cake Tool

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.

Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Windows Phone Silverlight 8
- Windows Phone 8.1
- Portable Class Libraries

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2.2K)

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/75e79dace86b274327a1afe479228d82a06051a4.

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/75e79dace86b274327a1afe479228d82a06051a4.

Humanizer.Core

Humanizer core package that contains the library and the neutral language (English) resources

Microsoft.CodeAnalysis.Workspaces.Common

A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/75e79dace86b274327a1afe479228d82a06051a4.

GitHub repositories (513)

Showing the top 20 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.
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.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
chocolatey/choco
Chocolatey - the package manager for Windows
dotnet/orleans
Cloud Native application framework for .NET
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
Humanizr/Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
neuecc/UniRx
Reactive Extensions for Unity
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
louthy/language-ext
C# pure functional programming framework - come and get declarative!
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
StackExchange/StackExchange.Redis
General purpose redis client
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Version Downloads Last updated
10.0.0-preview.2.25163.2 1,559 23 days ago
10.0.0-preview.1.25080.5 2,369 2 months ago
9.0.4 8,699 2 days ago
9.0.3 350,022 a month ago
9.0.2 513,590 2 months ago
9.0.1 1,207,482 3 months ago
9.0.0 2,196,243 5 months ago
9.0.0-rc.2.24473.5 20,827 6 months ago
9.0.0-rc.1.24431.7 21,604 7 months ago
9.0.0-preview.7.24405.7 6,682 8 months ago
9.0.0-preview.6.24327.7 6,972 9 months ago
9.0.0-preview.5.24306.7 4,775 10 months ago
9.0.0-preview.4.24266.19 2,798 5/21/2024
9.0.0-preview.3.24172.9 4,030 4/11/2024
9.0.0-preview.2.24128.5 8,612 3/12/2024
9.0.0-preview.1.24080.9 18,091 2/13/2024
8.0.0 73,487,967 11/14/2023
8.0.0-rc.2.23479.6 830,322 10/10/2023
8.0.0-rc.1.23419.4 24,463 9/12/2023
8.0.0-preview.7.23375.6 15,064 8/8/2023
8.0.0-preview.6.23329.7 10,375 7/11/2023
8.0.0-preview.5.23280.8 11,892 6/13/2023
8.0.0-preview.4.23259.5 4,136 5/16/2023
8.0.0-preview.3.23174.8 5,905 4/11/2023
8.0.0-preview.2.23128.3 10,758 3/14/2023
8.0.0-preview.1.23110.8 4,240 2/21/2023
7.0.0 108,624,360 11/7/2022
7.0.0-rc.2.22472.3 59,143 10/11/2022
7.0.0-rc.1.22426.10 16,331 9/14/2022
7.0.0-preview.7.22375.6 8,341 8/9/2022
7.0.0-preview.6.22324.4 8,130 7/12/2022
7.0.0-preview.5.22301.12 2,641 6/14/2022
7.0.0-preview.4.22229.4 16,585 5/10/2022
7.0.0-preview.3.22175.4 123,388 4/13/2022
7.0.0-preview.2.22152.2 87,797 3/14/2022
7.0.0-preview.1.22076.8 75,641 2/17/2022
6.0.1 1,085,415 5 months ago
6.0.0 399,437,467 11/8/2021
6.0.0-rc.2.21480.5 329,200 10/12/2021
6.0.0-rc.1.21451.13 264,832 9/14/2021
6.0.0-preview.7.21377.19 128,970 8/10/2021
6.0.0-preview.6.21352.12 42,471 7/14/2021
6.0.0-preview.5.21301.5 206,820 6/15/2021
6.0.0-preview.4.21253.7 79,186 5/24/2021
6.0.0-preview.3.21201.4 101,796 4/8/2021
6.0.0-preview.2.21154.6 98,861 3/11/2021
6.0.0-preview.1.21102.12 102,510 2/12/2021
5.0.0 370,394,236 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 392,629 10/13/2020
5.0.0-rc.1.20451.14 327,700 9/14/2020
5.0.0-preview.8.20407.11 493,086 8/25/2020
5.0.0-preview.7.20364.11 118,674 7/21/2020
5.0.0-preview.6.20305.6 4,484 6/25/2020
5.0.0-preview.5.20278.1 6,422 6/10/2020
5.0.0-preview.4.20251.6 6,411 5/18/2020
5.0.0-preview.3.20214.6 148,796 4/23/2020
5.0.0-preview.2.20160.6 90,422 4/2/2020
5.0.0-preview.1.20120.5 14,737 3/16/2020
1.7.1 252,213,737 5/12/2020
1.7.0 221,202,571 12/3/2019
1.7.0-preview3.19551.4 192,597 11/13/2019
1.7.0-preview2.19523.17 34,632 11/1/2019
1.7.0-preview1.19504.10 775,911 10/15/2019
1.6.0 37,517,382 9/23/2019
1.6.0-rc1.19456.4 50,520 9/16/2019
1.6.0-preview9.19421.4 1,454,806 9/4/2019
1.6.0-preview9.19416.11 2,124 9/4/2019
1.6.0-preview8.19405.3 403,045 8/13/2019
1.6.0-preview7.19362.9 96,448 7/23/2019
1.6.0-preview6.19303.8 180,357 6/12/2019
1.6.0-preview6.19264.9 2,451 9/4/2019
1.6.0-preview5.19224.8 672,546 5/6/2019
1.6.0-preview4.19212.13 32,997 4/18/2019
1.6.0-preview3.19128.7 219,224 3/6/2019
1.6.0-preview.19073.11 44,334 1/29/2019
1.6.0-preview.18571.3 72,602 12/3/2018
1.5.0 327,374,752 5/29/2018
1.5.0-rc1 380,248 5/6/2018
1.5.0-preview2-26406-04 295,571 4/10/2018
1.5.0-preview1-26216-02 572,139 2/26/2018
1.4.0 157,211,897 8/11/2017
1.4.0-preview2-25405-01 14,916 6/27/2017
1.4.0-preview1-25305-02 19,136 5/9/2017
1.3.1 209,669,946 1/3/2017
1.3.0 259,276,182 11/15/2016
1.3.0-preview1-24530-04 138,841 10/24/2016
1.2.0 338,932,547 6/27/2016
1.2.0-rc2-24027 11,527,829 5/16/2016
1.1.38-beta-23516 37,811 11/18/2015
1.1.38-beta-23409 7,738 10/15/2015
1.1.38-beta-23225 149,416 9/1/2015
1.1.37 6,222,656 7/29/2015
1.1.37-beta-23109 23,041 7/27/2015
1.1.37-beta-23019 7,520 6/30/2015
1.1.36 9,765,214 5/11/2015
1.1.34-rc 33,198 3/6/2015
1.1.33-beta 677,527 12/10/2014
1.1.32-beta 259,988 10/10/2014