Serilog by: Serilog Contributors
  • 7 total downloads
  • Latest version: 4.4.1-dev-02443
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Sinks.Console by: Serilog Contributors
  • 2 total downloads
  • Latest version: 6.1.1
  • serilog console terminal
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.PeriodicBatching by: Serilog Contributors
  • 1 total downloads
  • Latest version: 5.0.1-dev-00860
  • serilog batching timer
Buffer batches of log events to be flushed asynchronously.
SSH.NET by: Renci
  • 34 total downloads
  • Latest version: 2026.0.0
  • ssh scp sftp
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
StrawberryShake.Core by: ChilliCream authors and contributors
  • 2 total downloads
  • Latest version: 16.6.1-p.2
  • GraphQL ChilliCream
Abstractions and foundational APIs for StrawberryShake GraphQL clients.
StrawberryShake.Transport.WebSockets by: ChilliCream authors and contributors
  • 2 total downloads
  • Latest version: 16.0.0-p.10.14
  • GraphQL ChilliCream
GraphQL over WebSocket transport implementation for StrawberryShake GraphQL clients.
System.Diagnostics.Contracts by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides static classes for representing program contracts such as preconditions, postconditions, and invariants. Commonly Used Types: System.Diagnostics.Contracts.Contract System.Diagnostics.Contracts.ContractClassAttribute System.Diagnostics.Contracts.ContractClassForAttribute System.Diagnostics.Contracts.ContractFailureKind System.Runtime.CompilerServices.ContractHelper System.Diagnostics.Contracts.ContractInvariantMethodAttribute System.Diagnostics.Contracts.PureAttribute System.Diagnostics.Contracts.ContractArgumentValidatorAttribute System.Diagnostics.Contracts.ContractVerificationAttribute System.Diagnostics.Contracts.ContractOptionAttribute
System.IdentityModel.Tokens.Jwt by: Microsoft
  • 1 total downloads
  • Latest version: 6.17.0
  • .NET Windows Authentication Identity Json Web Token
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
System.IO.FileSystem by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides types that allow reading and writing to files and types that provide basic file and directory support.
System.Net.Http by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.20710
Legacy package, System.Net.Http is now included in the 'Microsoft.Net.Http' package.
System.Net.Primitives by: Microsoft
  • 9 total downloads
  • Latest version: 4.3.1
Provides common types for network-based libraries, including System.Net.IPAddress, System.Net.IPEndPoint, and System.Net.CookieContainer. Commonly Used Types: System.Net.HttpStatusCode System.Net.Sockets.SocketError System.Net.Cookie System.Net.Sockets.SocketException System.Net.IPEndPoint System.Net.ICredentials System.Net.NetworkCredential System.Net.IPAddress System.Net.CookieCollection System.Net.CookieContainer When using NuGet 3.x this package requires at least version 3.4.
System.Net.Sockets by: Microsoft
  • 2 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.Runtime.CompilerServices.Unsafe by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.1.20120.5
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. Commonly Used Types: System.Runtime.CompilerServices.Unsafe When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.Cng by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview9.19416.11
Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG). Commonly Used Types: System.Security.Cryptography.RSACng System.Security.Cryptography.ECDsaCng System.Security.Cryptography.CngKey When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.Encoding by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0-preview1-24530-04
Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data. Commonly Used Types: System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection When using NuGet 3.x this package requires at least version 3.4.
System.Security.Principal.Windows by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.0-preview1.19504.10
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. Commonly Used Types: System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encodings.Web by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Encodings.Web.UrlEncoder System.Text.Encodings.Web.JavaScriptEncoder