System.Collections.Immutable
1.1.33-beta
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package System.Collections.Immutable --version 1.1.33-beta
NuGet\Install-Package System.Collections.Immutable -Version 1.1.33-beta
<PackageReference Include="System.Collections.Immutable" Version="1.1.33-beta" />
<PackageVersion Include="System.Collections.Immutable" Version="1.1.33-beta" />
<PackageReference Include="System.Collections.Immutable" />
paket add System.Collections.Immutable --version 1.1.33-beta
#r "nuget: System.Collections.Immutable, 1.1.33-beta"
#addin nuget:?package=System.Collections.Immutable&version=1.1.33-beta&prerelease
#tool nuget:?package=System.Collections.Immutable&version=1.1.33-beta&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.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Windows Phone Silverlight 8
- Windows Phone 8.1
- Portable Class Libraries
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (512)
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
|
|
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
|
|
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
|
Version | Downloads | Last updated |
---|---|---|
1.6.0-preview.19073.11 | 8 | 1/28/2019 |
1.6.0-preview.18571.3 | 3 | 11/30/2018 |
1.1.37 | 32,197 | 7/20/2015 |
1.1.37-beta-23019 | 748 | 6/29/2015 |
1.1.34-rc | 17,637 | 3/6/2015 |
1.1.33-beta | 117,243 | 12/10/2014 |
1.1.32-beta | 68,278 | 10/10/2014 |