System.Collections.Immutable 11.0.0-preview.5.26302.115
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.
Showing the top 20 packages that depend on System.Collections.Immutable.
| Packages | Downloads |
|---|---|
|
Mime-Detective
The ultimate file-extension & mime-type library with over 14,000+ signatures. Quickly detect extensions & mime types from a stream or byte array using magic numbers (file headers) and magic words. A default signature library is included and can be expanded using Mime-Detective.Definitions.Condensed (common signatures) or Mime-Detective.Definitions.Exhaustive (14,000+ signatures).
|
78 |
|
xunit.v3.assert
Includes the assertion library from xUnit.net (xunit.v3.assert.dll). Supports .NET Standard 2.0 and .NET 8.
|
9 |
|
xunit.v3.assert
Includes the assertion library from xUnit.net (xunit.v3.assert.dll). Supports .NET Standard 2.0 and .NET 8.
|
8 |
|
FirebaseAdmin
Firebase Admin SDK enables server-side .NET developers to integrate Firebase into their
services and applications.
|
8 |
|
OpenIddict.Core
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
|
5 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
5e17f34de8b34fce04f665640e046d89e8991d00
When using NuGet 3.x this package requires at least version 3.4.
|
5 |
|
System.Reflection.MetadataLoadContext
Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.
|
4 |
|
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
|
4 |
|
Microsoft.VisualStudio.ComponentModelHost
Package Description
|
4 |
|
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
Contains interfaces for Project Model and messaging for scaffolding.
|
4 |
|
RBush
Spatial Index data structure; used to make it easier to find data points on a two dimensional plane.
|
4 |
|
FirebaseAdmin
Firebase Admin SDK enables server-side .NET developers to integrate Firebase into their
services and applications.
|
4 |
|
libphonenumber-csharp
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/
|
3 |
.NET 10.0
- No dependencies.
.NET 11.0
- No dependencies.
.NET Framework 4.6.2
- System.Memory (>= 4.6.3)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
.NET Standard 2.0
- System.Memory (>= 4.6.3)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)