System.IO.Hashing by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.11
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
  • 21 total downloads
  • Latest version: 10.0.7
Provides classes that support storage of multiple data objects in a single container.
System.IO.Pipelines by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader
System.Linq by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1-beta-23516
Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). Commonly Used Types: System.Linq.Enumerable System.Linq.IGrouping<TKey, TElement> System.Linq.IOrderedEnumerable<TElement> System.Linq.ILookup<TKey, TElement> System.Linq.Lookup<TKey, TElement> - 1548494
System.Management by: Microsoft
  • 2 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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
  • 2 total downloads
  • Latest version: 7.0.0-rc.1.22426.10
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.WinHttpHandler by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-preview.6.20305.6
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 When using NuGet 3.x this package requires at least version 3.4.
System.Net.NetworkInformation by: Microsoft
  • 1 total downloads
  • Latest version: 4.1.0-beta-23516
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 - 1548494
System.Net.Security by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.2
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy When using NuGet 3.x this package requires at least version 3.4.
System.Net.WebHeaderCollection by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
No description available.
System.Numerics.Tensors by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.1.20120.5
Tensor class which represents and extends multi-dimensional arrays. Commonly Used Types: System.Numerics.Tensors.Tensor<T> System.Numerics.Tensors.CompressedSparseTensor<T> System.Numerics.Tensors.DenseTensor<T> System.Numerics.Tensors.SparseTensor<T>
System.Private.ServiceModel by: Microsoft
  • 3 total downloads
  • Latest version: 4.9.0
Package Description
System.Reactive.Core by: .NET Foundation and Contributors
  • 2 total downloads
  • Latest version: 4.1.5
Reactive Extensions (Rx) for .NET - v3 compatibility facade for
System.Reactive.Interfaces by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 4.3.1
Reactive Extensions (Rx) for .NET - v3 compatibility facade for
System.Reactive.Linq by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 6.0.0-preview.9
Reactive Extensions (Rx) for .NET - v3 compatibility facade for
System.Reactive.Windows.Threading by: .NET Foundation and Contributors
  • 2 total downloads
  • Latest version: 4.1.5
Reactive Extensions (Rx) for .NET - v3 compatibility facade for
System.Reflection.DispatchProxy by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-23109
Provides a class to dynamcially 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
System.Reflection.Emit.ILGeneration by: Microsoft
  • 2 total downloads
  • Latest version: 4.7.0-preview3.19551.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.Metadata by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.3.25171.5
This package provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. The metadata format is defined by the ECMA-335 - Common Language Infrastructure (CLI) specification. The System.Reflection.Metadata 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.Reflection.MetadataLoadContext by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.0
Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.