System.Diagnostics.DiagnosticSource by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.3.21201.4
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
  • 2 total downloads
  • Latest version: 5.0.0-preview.4.20251.6
Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service. Commonly Used Types: System.Diagnostics.EventLog When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.TextWriterTraceListener by: Microsoft
  • 2 total downloads
  • Latest version: 4.3.0
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 When using NuGet 3.x this package requires at least version 3.4.
System.Formats.Asn1 by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.Interactive.Async by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 3.1.0-rc2
  • Ix Interactive Extensions Enumerable Asynchronous
Interactive Extensions (Ix) Async Library used to express queries over asynchronous enumerable sequences.
System.IO.Hashing by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
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
  • 1 total downloads
  • Latest version: 9.0.11
Provides classes that support storage of multiple data objects in a single container.
System.IO.Pipelines by: Microsoft
  • 3 total downloads
  • Latest version: 5.0.0
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader When using NuGet 3.x this package requires at least version 3.4.
System.Linq.Async by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 5.1.0
  • LINQ async streams query
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
System.Management by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.4
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.Data by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes. Commonly Used Types: System.BinaryData
System.Net.Http.Json by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json. Commonly Used Types: System.Net.Http.Json.HttpClientJsonExtensions System.Net.Http.Json.HttpContentJsonExtensions System.Net.Http.Json.JsonContent
System.Net.Http.WinHttpHandler by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.0
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.NetworkInformation by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22231
Provides access to network traffic data, network address information, and notification of address changes for the local computer.
System.Net.Sockets by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1-beta-23225
Provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown
System.Net.WebSockets.Client by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-23123
Provides the System.Net.WebSockets.ClientWebSocket class, which allows a Client to connect to a Server using a WebSocket. Commonly Used Types: System.Net.WebSockets.ClientWebSocket
System.Private.ServiceModel by: Microsoft
  • 2 total downloads
  • Latest version: 4.6.0-preview6.final
Package Description
System.Reflection.DispatchProxy by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview3.19128.7
Provides a class to dynamically create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type. Commonly Used Types: System.Reflection.DispatchProxy When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.Emit by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview9.19421.4
Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.FieldBuilder System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.GenericTypeParameterBuilder System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.PropertyBuilder System.Reflection.Emit.AssemblyBuilderAccess System.Reflection.Emit.EventBuilder When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.Emit.ILGeneration by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-rc1.19456.4
Provides classes that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.ILGenerator System.Reflection.Emit.Label System.Reflection.Emit.CustomAttributeBuilder System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ParameterBuilder System.Reflection.Emit.SignatureHelper When using NuGet 3.x this package requires at least version 3.4.