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.FileSystem.AccessControl by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.0-rc1
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 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
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.Context by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.1.22076.8
Provides classes that enable customized reflection contexts. Commonly Used Types: System.Reflection.Context.CustomReflectionContext
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.
System.Reflection.TypeExtensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. Commonly Used Types: System.Reflection.TypeExtensions System.Reflection.BindingFlags
System.Resources.Extensions by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
Provides classes which read and write resources in a format that supports non-primitive objects. Commonly Used Types: System.Resources.Extensions.DeserializingResourceReader System.Resources.Extensions.PreserializedResourceWriter