System.Composition.Runtime by: Microsoft
  • 609 total downloads
  • Latest version: 9.0.6
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Composition.TypedParts by: Microsoft
  • 614 total downloads
  • Latest version: 9.0.6
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Configuration.ConfigurationManager by: Microsoft
  • 708 total downloads
  • Latest version: 9.0.6
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.Data.Common by: Microsoft
  • 205 total downloads
  • Latest version: 4.3.0
Provides the base abstract classes, including System.Data.DbConnection and System.Data.DbCommand, for all data providers. Commonly Used Types: System.DBNull System.Data.Common.DbConnection System.Data.Common.DbException System.Data.Common.DbParameter System.Data.DbType System.Data.Common.DbDataReader System.Data.Common.DbCommand System.Data.Common.DbTransaction System.Data.Common.DbParameterCollection System.Data.Common.DbProviderFactory When using NuGet 3.x this package requires at least version 3.4.
System.Data.SqlClient by: Microsoft
  • 1.063k total downloads
  • Latest version: 4.9.0
System.Data.SqlClient
System.Diagnostics.Contracts by: Microsoft
  • 165 total downloads
  • Latest version: 4.3.0
Provides static classes for representing program contracts such as preconditions, postconditions, and invariants. Commonly Used Types: System.Diagnostics.Contracts.Contract System.Diagnostics.Contracts.ContractClassAttribute System.Diagnostics.Contracts.ContractClassForAttribute System.Diagnostics.Contracts.ContractFailureKind System.Runtime.CompilerServices.ContractHelper System.Diagnostics.Contracts.ContractInvariantMethodAttribute System.Diagnostics.Contracts.PureAttribute System.Diagnostics.Contracts.ContractArgumentValidatorAttribute System.Diagnostics.Contracts.ContractVerificationAttribute System.Diagnostics.Contracts.ContractOptionAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 1.162k total downloads
  • Latest version: 9.0.6
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
  • 618 total downloads
  • Latest version: 9.0.6
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
System.Diagnostics.StackTrace by: Microsoft
  • 214 total downloads
  • Latest version: 4.3.0
Provides the System.Diagnostics.StackTrace class, which allows interaction with local and remote processes. Commonly Used Types: System.Diagnostics.StackFrame System.Diagnostics.StackTrace When using NuGet 3.x this package requires at least version 3.4.
System.Drawing.Common by: Microsoft
  • 1.578k total downloads
  • Latest version: 9.0.6
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.Dynamic.Runtime by: Microsoft
  • 150 total downloads
  • Latest version: 4.3.0
Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
System.Formats.Asn1 by: Microsoft
  • 556 total downloads
  • Latest version: 9.0.6
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.Formats.Nrbf by: Microsoft
  • 125 total downloads
  • Latest version: 9.0.6
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
System.IdentityModel.Tokens.Jwt by: Microsoft
  • 5.452k total downloads
  • Latest version: 8.12.1
  • .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
  • 638 total downloads
  • Latest version: 6.0.3
  • Ix Interactive Extensions Enumerable Asynchronous
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.IO.Compression.ZipFile by: Microsoft
  • 189 total downloads
  • Latest version: 4.3.0
Provides classes that support the compression and decompression of streams using file system paths. Commonly Used Types: System.IO.Compression.ZipFile When using NuGet 3.x this package requires at least version 3.4.
System.IO.FileSystem.AccessControl by: Microsoft
  • 349 total downloads
  • Latest version: 5.0.0
Provides types for managing access and audit control lists for files and directories. Commonly Used Types: System.Security.AccessControl.DirectoryObjectSecurity System.Security.AccessControl.DirectorySecurity System.Security.AccessControl.FileSecurity System.Security.AccessControl.FileSystemAccessRule System.Security.AccessControl.FileSystemAuditRule System.Security.AccessControl.FileSystemRights System.Security.AccessControl.FileSystemSecurity When using NuGet 3.x this package requires at least version 3.4.
System.IO.FileSystem.Primitives by: Microsoft
  • 200 total downloads
  • Latest version: 4.3.0
Provides common enumerations and exceptions for path-based I/O libraries. Commonly Used Types: System.IO.DirectoryNotFoundException System.IO.FileAccess System.IO.FileLoadException System.IO.PathTooLongException System.IO.FileMode System.IO.FileShare System.IO.FileAttributes When using NuGet 3.x this package requires at least version 3.4.
System.IO.Hashing by: Microsoft
  • 449 total downloads
  • Latest version: 9.0.6
Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32
System.IO.Pipelines by: Microsoft
  • 1.234k total downloads
  • Latest version: 9.0.6
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader