System.Collections.Immutable by: Microsoft
  • 4 total downloads
  • Latest version: 9.0.3
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.ComponentModel.Annotations by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Composition by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.7
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
System.Composition.Convention by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.0-rc.2.23479.6
Provides types that support using Managed Extensibility Framework with a convention-based configuration model. Commonly Used Types: System.Composition.Convention.ConventionBuilder System.Composition.Convention.ExportConventionBuilder System.Composition.Convention.ImportConventionBuilder System.Composition.Convention.PartConventionBuilder System.Composition.Convention.ParameterImportConventionBuilder
System.Composition.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.1.21102.12
Contains runtime components of the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContext
System.Composition.TypedParts by: Microsoft
  • 8 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Configuration.ConfigurationManager by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.0-preview.2.23128.3
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.Console by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides the System.Console class, which represents the standard input, output and error streams for console applications. Commonly Used Types: System.Console System.ConsoleColor
System.Data.Odbc by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
System.Data.SqlClient by: Microsoft
  • 2 total downloads
  • Latest version: 4.9.1
DEPRECATED - Use Microsoft.Data.SqlClient.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 4 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
  • 1 total downloads
  • Latest version: 10.0.5
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.PerformanceCounter by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.3
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter
System.Drawing.Common by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.4.20251.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 When using NuGet 3.x this package requires at least version 3.4.
System.Formats.Nrbf by: Microsoft
  • 1 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
System.IdentityModel.Tokens.Jwt by: Microsoft
  • 2 total downloads
  • Latest version: 5.4.0
  • .NET Windows Authentication Identity Json Web Token
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
System.Json by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview4.19212.13
Provides standards-based support for the serialization of JavaScript Object Notation (JSON). Commonly Used Types: System.Json.JsonArray System.Json.JsonObject System.Json.JsonPrimitive System.Json.JsonValue When using NuGet 3.x this package requires at least version 3.4.
System.Linq.Queryable by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides classes for querying data structures that implement IQueryable<T>. Commonly Used Types: System.Linq.Queryable System.Linq.EnumerableQuery<T> System.Linq.EnumerableQuery When using NuGet 3.x this package requires at least version 3.4.
System.Management by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.7
Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure. Commonly Used Types: System.Management.ManagementClass System.Management.ManagementObject System.Management.SelectQuery
System.Memory by: Microsoft
  • 3 total downloads
  • Latest version: 4.6.3
System.Memory