Microsoft.Bcl.Immutable
1.0.30
Prefix Reserved
Requires NuGet 2.5 or higher.
dotnet add package Microsoft.Bcl.Immutable --version 1.0.30
NuGet\Install-Package Microsoft.Bcl.Immutable -Version 1.0.30
<PackageReference Include="Microsoft.Bcl.Immutable" Version="1.0.30" />
<PackageVersion Include="Microsoft.Bcl.Immutable" Version="1.0.30" />
<PackageReference Include="Microsoft.Bcl.Immutable" />
paket add Microsoft.Bcl.Immutable --version 1.0.30
#r "nuget: Microsoft.Bcl.Immutable, 1.0.30"
#:package Microsoft.Bcl.Immutable@1.0.30
#addin nuget:?package=Microsoft.Bcl.Immutable&version=1.0.30
#tool nuget:?package=Microsoft.Bcl.Immutable&version=1.0.30
This packages 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
- .NET for Windows Store apps
- Windows Phone 8
- Portable Class Libraries
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (54)
Showing the top 5 NuGet packages that depend on Microsoft.Bcl.Immutable:
Package | Downloads |
---|---|
Hyperstore
HyperStore is a modeling framework providing its own in-memory transactional database. |
|
NXKit
NXKit forms the basis of an XML processing engine that can be used to implement other XML based models, such as XForms, or theoritically a full web browser user agent. Schema support is available in other NXKit packages. |
|
Bricks.Core
Contains core and auxiliary components of Bricks framework. |
|
Abp.Application
IMPORTANT: This package is not used anymore. Use https://www.nuget.org/packages/Abp package. |
|
NXKit.DOMEvents
NXKit implementation of the DOM (Document Object Model) events. |
GitHub repositories (8)
Showing the top 8 popular GitHub repositories that depend on Microsoft.Bcl.Immutable:
Repository | Stars |
---|---|
Adrianotiger/desktopPet
Remembering the lovely eSheep (stray sheep) from 1995 -
|
|
msgpack/msgpack-cli
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
|
|
jskeet/DemoCode
Demo code used in talks, blog posts etc
|
|
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
|
|
fuse-open/fuse-studio
Fuse Studio is a visual desktop tool suite for working with the Fuse framework
|
|
nuproj/nuproj
Building NuGet packages with Visual Studio and MSBuild
|
|
GregRos/Imms
Absurdly high performance immutable collections.
|
|
cskeppstedt/t4ts
T4 template to generate TypeScript interface definitions.
|
Version | Downloads | Last Updated |
---|