System.Composition.Hosting by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Composition.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.11
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Composition.TypedParts by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Diagnostics.DiagnosticSource by: Microsoft
  • 7 total downloads
  • Latest version: 9.0.8
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
  • 3 total downloads
  • Latest version: 9.0.8
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
  • 26 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter
System.Diagnostics.TextWriterTraceListener by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-23409
Provides trace listeners for directing tracing output to a text writer, such as System.IO.StreamWriter, or a stream, such as a System.IO.FileStream. Commonly Used Types: System.Diagnostics.TextWriterTraceListener System.Diagnostics.DelimitedListTraceListener
System.Drawing.Common by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.0-preview.5.21301.5
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
System.Formats.Asn1 by: Microsoft
  • 3 total downloads
  • Latest version: 8.0.1
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats. Commonly Used Types: System.Formats.Asn1.AsnReader System.Formats.Asn1.AsnWriter
System.IO.Packaging by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-preview.7.23375.6
Provides classes that support storage of multiple data objects in a single container.
System.IO.Pipelines by: Microsoft
  • 8 total downloads
  • Latest version: 9.0.8
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader
System.IO.Pipes.AccessControl by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-rc.1.20451.14
Provides types for managing access and audit control lists for pipes. Commonly Used Types: System.IO.Pipes.PipeSecurity System.IO.Pipes.PipeAccessRule System.IO.Pipes.PipeAuditRule System.IO.Pipes.PipeAccessRights When using NuGet 3.x this package requires at least version 3.4.
System.Net.Http.WinHttpHandler by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.1
Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler. Commonly Used Types: System.Net.Http.WinHttpHandler
System.Net.NameResolution by: Microsoft
  • 2 total downloads
  • Latest version: 4.3.0-preview1-24530-04
Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution. Commonly Used Types: System.Net.Dns System.Net.IPHostEntry When using NuGet 3.x this package requires at least version 3.4.
System.Net.NetworkInformation by: Microsoft
  • 4 total downloads
  • Latest version: 4.1.0-rc2-24027
Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
System.Net.Requests by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.11
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse When using NuGet 3.x this package requires at least version 3.4.
System.Reactive by: .NET Foundation and Contributors
  • 3 total downloads
  • Latest version: 6.0.1
  • Rx Reactive Extensions Observable LINQ Events
Reactive Extensions (Rx) for .NET
System.Reactive.Linq by: .NET Foundation and Contributors
  • 5 total downloads
  • Latest version: 6.0.1
Legacy facade for Reactive Extensions (Rx) for .NET
System.Runtime.WindowsRuntime by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.0
Provides extensions methods that improve interoperation between managed code and the Windows Runtime. Commonly Used Types: System.WindowsRuntimeSystemExtensions System.IO.WindowsRuntimeStorageExtensions System.IO.WindowsRuntimeStreamExtensions System.Runtime.InteropServices.WindowsRuntime.AsyncInfo System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeBuffer When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.WindowsRuntime.UI.Xaml by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview3.19128.7
Provides managed equivalents of Extensible Application Markup Language (XAML) UI types from Windows Runtime. Commonly Used Types: Windows.UI.Xaml.CornerRadius Windows.UI.Xaml.Duration Windows.UI.Xaml.DurationType Windows.UI.Xaml.GridLength Windows.UI.Xaml.GridUnitType Windows.UI.Xaml.Thickness Windows.UI.Xaml.Media.Matrix Windows.UI.Xaml.Media.Animation.KeyTime Windows.UI.Xaml.Media.Animation.RepeatBehavior Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Windows.UI.Xaml.Media.Media3D.Matrix3D When using NuGet 3.x this package requires at least version 3.4.