Net4x.Collections.Immutable 2.3.0

dotnet add package Net4x.Collections.Immutable --version 2.3.0
NuGet\Install-Package Net4x.Collections.Immutable -Version 2.3.0
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="Net4x.Collections.Immutable" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net4x.Collections.Immutable --version 2.3.0
#r "nuget: Net4x.Collections.Immutable, 2.3.0"
#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 Net4x.Collections.Immutable as a Cake Addin
#addin nuget:?package=Net4x.Collections.Immutable&version=2.3.0

// Install Net4x.Collections.Immutable as a Cake Tool
#tool nuget:?package=Net4x.Collections.Immutable&version=2.3.0

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.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Net4x.Collections.Immutable:

Package Downloads
Net4x.Extensions.Primitives

Primitives shared by framework extensions.

Net4x.Reflection.Metadata

This packages 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.

SerilogLibrary.PieroViano

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 150 8/26/2023
2.3.0-at20230430063241 80 5/7/2023
2.2.1-at20230411061659 82 4/14/2023
2.1.0 177 4/8/2023