Serilog.Sinks.Async
by: Jezz Santos, Serilog Contributors
- 282 total downloads
- Latest version: 2.1.0
Asynchronous sink wrapper for Serilog.
Serilog.Sinks.Console
by: Serilog Contributors
- 1.93k total downloads
- Latest version: 6.0.0
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Debug
by: Serilog Contributors
- 1.338k total downloads
- Latest version: 3.0.0
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.Elasticsearch
by: Michiel van Oudheusden, Martijn Laarman, Mogens Heller Grabe, Serilog Contributors
- 1.728k total downloads
- Latest version: 10.0.0
Serilog sink for Elasticsearch
Serilog.Sinks.File
by: Serilog Contributors
- 1.897k total downloads
- Latest version: 6.0.0
Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.OpenSearch
by: Adrian Lewis, Michiel van Oudheusden, Martijn Laarman, Mogens Heller Grabe, Serilog Contributors
- 276 total downloads
- Latest version: 1.0.0
Serilog sink for OpenSearch
Serilog.Sinks.PeriodicBatching
by: Serilog Contributors
- 3.212k total downloads
- Latest version: 4.0.0
Buffer batches of log events to be flushed asynchronously.
Serilog.Sinks.RollingFile
by: Serilog Contributors
- 7 total downloads
- Latest version: 3.3.0
The rolling file sink for Serilog - Simple .NET logging with fully-structured events
Serilog.Sinks.Slack
by: mgibas, phnx47, TrapperHell
- 1.333k total downloads
- Latest version: 2.2.3
Serilog sink for Slack
SharpCompress
by: Adam Hathcock
- 1.53k total downloads
- Latest version: 0.30.1
SharpCompress is a compression library for NET Standard 2.0/2.1/NET 5.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
SharpZipLib
by: ICSharpCode
- 276 total downloads
- Latest version: 1.4.2
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
SixLabors.Fonts
by: Six Labors and contributors
- 516 total downloads
- Latest version: 1.0.1
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
SixLabors.ImageSharp
by: Six Labors and contributors
- 761 total downloads
- Latest version: 3.1.4
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Drawing
by: Six Labors and contributors
- 240 total downloads
- Latest version: 1.0.0-beta14
An extension to ImageSharp that allows the drawing of images, paths, and text.
SkiaSharp
by: Microsoft
- 245 total downloads
- Latest version: 3.119.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.NativeAssets.Linux.NoDependencies
by: Microsoft
- 244 total downloads
- Latest version: 3.119.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries.
The complete dependency list is:
- libpthread.so.0
- libdl.so.2
- libm.so.6
- libc.so.6
- ld-linux-x86-64.so.2
The excluded dependencies are:
- Fontconfig
SkiaSharp.NativeAssets.macOS
by: Microsoft
- 242 total downloads
- Latest version: 3.119.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.NativeAssets.Win32
by: Microsoft
- 242 total downloads
- Latest version: 3.119.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Snappier
by: btburnett3
- 1.528k total downloads
- Latest version: 1.0.0
A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly
from the official C++ implementation, with the addition of support for the framed stream format.
By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported
by .NET Core. However, Snappier performs best in .NET Core 3.0 and later on little-endian x86/64 processors with the
help of System.Runtime.Instrinsics.
SSH.NET
by: Renci
- 523 total downloads
- Latest version: 2025.0.0
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.