System.Collections.Immutable by: Microsoft
  • 1.101k total downloads
  • Latest version: 10.0.7
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.
System.Composition by: Microsoft
  • 1.036k total downloads
  • Latest version: 6.0.0
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
System.Composition.AttributedModel by: Microsoft
  • 936 total downloads
  • Latest version: 10.0.7
Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).
System.Composition.Convention by: Microsoft
  • 983 total downloads
  • Latest version: 10.0.7
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Composition.Hosting by: Microsoft
  • 938 total downloads
  • Latest version: 10.0.7
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Composition.Runtime by: Microsoft
  • 962 total downloads
  • Latest version: 10.0.7
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Composition.TypedParts by: Microsoft
  • 943 total downloads
  • Latest version: 10.0.7
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Configuration.ConfigurationManager by: Microsoft
  • 962 total downloads
  • Latest version: 10.0.7
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 902 total downloads
  • Latest version: 10.0.7
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
System.Diagnostics.EventLog by: Microsoft
  • 961 total downloads
  • Latest version: 10.0.7
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
System.Drawing.Common by: Microsoft
  • 1.013k total downloads
  • Latest version: 10.0.7
Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.
System.Formats.Asn1 by: Microsoft
  • 1.102k total downloads
  • Latest version: 10.0.7
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.Formats.Nrbf by: Microsoft
  • 943 total downloads
  • Latest version: 10.0.7
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
System.IdentityModel.Tokens.Jwt by: Microsoft
  • 2.104k total downloads
  • Latest version: 8.18.0
  • .NET Windows Authentication Identity Json Web Token
Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens.
System.Interactive.Async by: .NET Foundation and Contributors
  • 126 total downloads
  • Latest version: 3.0.0
  • Ix Interactive Extensions Enumerable Asynchronous
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.IO.Abstractions by: Tatham Oddie & friends
  • 140 total downloads
  • Latest version: 22.1.1
  • testing
A set of abstractions to help make file system interactions testable.
System.IO.Hashing by: Microsoft
  • 1.037k total downloads
  • Latest version: 10.0.7
Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32
System.IO.Packaging by: Microsoft
  • 180 total downloads
  • Latest version: 10.0.5
Provides classes that support storage of multiple data objects in a single container.
System.IO.Pipelines by: Microsoft
  • 1.147k total downloads
  • Latest version: 10.0.7
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader
System.Linq.AsyncEnumerable by: Microsoft
  • 87 total downloads
  • Latest version: 10.0.7
System.Linq.AsyncEnumerable