Serilog.Sinks.Debug by: Serilog Contributors
  • 25 total downloads
  • Latest version: 2.0.0
  • serilog debug
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.EventLog by: Jeremy Clarke Fabian Wetzel
  • 39 total downloads
  • Latest version: 3.1.0
  • serilog logging eventlog event log viewer
Serilog event sink that writes to the Windows event log.
Serilog.Sinks.File by: Serilog Contributors
  • 171 total downloads
  • Latest version: 5.0.1-dev-00976
  • serilog file
Write Serilog events to text files in plain or JSON format.
ServiceStack.Common by: ServiceStack
  • 79 total downloads
  • Latest version: 5.14.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Interfaces by: ServiceStack
  • 41 total downloads
  • Latest version: 5.14.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Redis by: ServiceStack
  • 77 total downloads
  • Latest version: 5.14.0
  • Redis NoSQL Client Distributed Cache PubSub Messaging Transactions
C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients. Thread-Safe Basic and Pooled client managers included.
ServiceStack.Text by: ServiceStack
  • 112 total downloads
  • Latest version: 5.14.0
  • JSON Text Serializer CSV JSV HTTP Auto Mapping Dump Reflection JS Utils Fast
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Contains ServiceStack's high-performance text-processing powers, for more info see: https://github.com/ServiceStack/ServiceStack.Text
sharpconfig by: Cemalettin Dervis
  • 57 total downloads
  • Latest version: 3.2.8
  • sharpconfig config c# csharp cfg ini configuration library
SharpConfig is an easy-to-use CFG/INI configuration library for .NET.
SharpConfig by: SharpConfig
  • 12 total downloads
  • Latest version: 3.2.9.1
  • sharpconfig config c# csharp cfg ini configuration library
An easy to use CFG/INI configuration library for .NET.
SSH.NET by: Renci
  • 52 total downloads
  • Latest version: 2020.0.2
  • ssh scp sftp
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.
SshNet.Security.Cryptography by: Renci
  • 10 total downloads
  • Latest version: 1.3.0
  • crypto
Cryptographic functions for .NET
StackExchange.Redis by: Stack Exchange Inc. marc.gravell
  • 95 total downloads
  • Latest version: 1.2.6
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
StackExchange.Redis.StrongName by: Stack Exchange Inc. marc.gravell
  • 31 total downloads
  • Latest version: 1.2.6
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
StyleCop.Analyzers by: Sam Harwell et. al.
  • 57 total downloads
  • Latest version: 1.2.0-beta.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable by: Sam Harwell et. al.
  • 44 total downloads
  • Latest version: 1.2.0.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore by: domaindrivendev
  • 56 total downloads
  • Latest version: 7.1.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.AppContext by: Microsoft
  • 4 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext
System.Buffers by: Microsoft
  • 16 total downloads
  • Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f When using NuGet 3.x this package requires at least version 3.4.
System.Buffers.Primitives by: Microsoft Corporation
  • 1 total downloads
  • Latest version: 0.1.0-alpha-001
  • Slice Span Slices Spans
Slices of arrays and buffers
System.Collections by: Microsoft
  • 8 total downloads
  • Latest version: 4.3.0
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Concurrent by: Microsoft
  • 13 total downloads
  • Latest version: 4.3.0
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T> When using NuGet 3.x this package requires at least version 3.4.