System.Composition.TypedParts by: Microsoft
  • 17 total downloads
  • Latest version: 7.0.0
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
System.Configuration.ConfigurationManager by: Microsoft
  • 115 total downloads
  • Latest version: 9.0.0-preview.5.24306.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.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.DataSetExtensions by: Microsoft
  • 2 total downloads
  • Latest version: 4.5.0
Provides extensions to form LINQ expressions and method queries against DataTable objects. Commonly Used Types: System.Data.DataRowComparer System.Data.DataRowExtensions System.Data.DataTableExtensions System.Data.EnumerableRowCollection System.Data.EnumerableRowCollectionExtensions System.Data.OrderedEnumerableRowCollection System.Data.TypedTableBase System.Data.TypedTableBaseExtensions 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
System.Data.SqlClient by: Microsoft
  • 30 total downloads
  • Latest version: 4.8.5
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 235 total downloads
  • Latest version: 9.0.0-rc.1.24431.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: 7.0.0
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
  • 3 total downloads
  • Latest version: 5.0.0
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.StackTrace by: Microsoft
  • 4 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.Diagnostics.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute
System.Diagnostics.TraceSource by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package.
System.Drawing.Common by: Microsoft
  • 68 total downloads
  • Latest version: 7.0.0
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
  • 5 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
  • 42 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.IdentityModel.Tokens.Jwt by: Microsoft
  • 77 total downloads
  • Latest version: 8.0.2
  • .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.IO.Compression by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides classes that support the compression and decompression of streams. Commonly Used Types: System.IO.Compression.DeflateStream System.IO.Compression.GZipStream System.IO.Compression.CompressionMode System.IO.Compression.CompressionLevel System.IO.Compression.ZipArchiveEntry System.IO.Compression.ZipArchive System.IO.Compression.ZipArchiveMode
System.IO.Compression.ZipFile by: Microsoft
  • 2 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
  • 7 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
  • 5 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.FileSystem.Watcher by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult