Microsoft.Bcl.Immutable 1.0.8-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.Bcl.Immutable.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Microsoft.Bcl.Immutable --version 1.0.8-beta
NuGet\Install-Package Microsoft.Bcl.Immutable -Version 1.0.8-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="Microsoft.Bcl.Immutable" Version="1.0.8-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Bcl.Immutable --version 1.0.8-beta
#r "nuget: Microsoft.Bcl.Immutable, 1.0.8-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.
// Install Microsoft.Bcl.Immutable as a Cake Addin
#addin nuget:?package=Microsoft.Bcl.Immutable&version=1.0.8-beta&prerelease

// Install Microsoft.Bcl.Immutable as a Cake Tool
#tool nuget:?package=Microsoft.Bcl.Immutable&version=1.0.8-beta&prerelease

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.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Windows Store win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
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.

Abp.Application The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

IMPORTANT: This package is not used anymore. Use https://www.nuget.org/packages/Abp package.

Bricks.Core

Contains core and auxiliary components of Bricks framework.

NXKit.DOMEvents

NXKit implementation of the DOM (Document Object Model) events.

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Bcl.Immutable:

Repository Stars
msgpack/msgpack-cli
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
Adrianotiger/desktopPet
Remembering the lovely eSheep (stray sheep) from 1995 -
jskeet/DemoCode
Demo code used in talks, blog posts etc
fuse-open/fuse-studio
Fuse Studio is a visual desktop tool suite for working with the Fuse framework
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
Version Downloads Last updated