System.IO.Compression.ZipFile by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22605
Provides classes that support the compression and decompression of streams using file system paths. Commonly Used Types: System.IO.Compression.ZipFile
System.IO.FileSystem.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.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
System.IO.FileSystem.Watcher by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-23516
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 - 1548494
System.IO.Hashing by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.2
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
  • 4 total downloads
  • Latest version: 10.0.0-preview.3.25171.5
Provides classes that support storage of multiple data objects in a single container.
System.IO.Pipelines by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview.19073.11
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.IO.Pipes by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-23019
Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream
System.Net.NameResolution by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-23109
Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution. Commonly Used Types: System.Net.Dns System.Net.IPHostEntry
System.Net.Requests by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
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.Net.Sockets by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over 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 When using NuGet 3.x this package requires at least version 3.4.
System.Net.WebSockets by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-23019
Provides the System.Net.WebSockets.WebSocket class, which is the abstract base of Client and Server WebSockets that provide full-duplex communcation over a single TCP connection. Commonly Used Types: System.Net.WebSockets.WebSocket System.Net.WebSockets.WebSocketContext System.Net.WebSockets.WebSocketException
System.Private.ServiceModel by: Microsoft
  • 3 total downloads
  • Latest version: 4.9.0-preview1.21220.1
Package Description
System.Private.Uri by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1-rc2-24027
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
System.Reactive by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 6.1.0
  • Rx Reactive Extensions Observable LINQ Events
Reactive Extensions (Rx) for .NET
System.Reactive.PlatformServices by: .NET Foundation and Contributors
  • 3 total downloads
  • Latest version: 4.2.2
Reactive Extensions (Rx) for .NET - v3 compatibility facade for
System.Reflection.DispatchProxy by: Microsoft
  • 2 total downloads
  • Latest version: 4.6.0
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.Lightweight by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.0-preview3.19551.4
Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection. Commonly Used Types: System.Reflection.Emit.DynamicMethod When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.Metadata by: Microsoft
  • 4 total downloads
  • Latest version: 9.0.7
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.Resources.Extensions by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.13
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
System.Runtime.Caching by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
Provides classes to use caching facilities. Commonly Used Types: System.Runtime.Caching.CacheEntryChangeMonitor System.Runtime.Caching.CacheEntryRemovedArguments System.Runtime.Caching.CacheEntryUpdateArguments System.Runtime.Caching.CacheItem System.Runtime.Caching.CacheItemPolicy System.Runtime.Caching.ChangeMonitor System.Runtime.Caching.FileChangeMonitor System.Runtime.Caching.HostFileChangeMonitor System.Runtime.Caching.MemoryCache System.Runtime.Caching.ObjectCache