An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

system.collections.immutable

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. The System.Collections.Immutable 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.

Ecosystem
nuget.org
Latest Release
10.0.3
22 days ago
Versions
121
Downloads
3,689,110,966 total
Dependent Packages
1,452
Links
Registry nuget.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/system.collections.immutable
spec
License MIT
First Release over 11 years ago
Last Synced 2 days ago
Keywords
dotnet monorepo
Repository
Stars 977 on GitHub
Forks 254 on GitHub
Docker Dependents 10
Docker Downloads 1,512,344
Commits 9080
Committers 120
Avg per Author 75.667
DDS 0.098
Rankings on nuget.org
Overall Top 8.9%
Downloads Top 0.1%
Docker downloads Top 0.1%