Serilog.Sinks.Debug
by: Serilog Contributors
- 128 total downloads
- Latest version: 3.0.0
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.File
by: Serilog Contributors
- 23 total downloads
- Latest version: 5.0.1-dev-00972
Write Serilog events to text files in plain or JSON format.
sharpcompress
by: Adam Hathcock
- 172 total downloads
- Latest version: 0.11.6
SharpCompress is a compression library for .NET/Mono/Silverlight/WP7/WindowsStore that can unrar, decompress 7zip, zip/unzip, tar/untar bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
SharpCompress
by: Adam Hathcock
- 424 total downloads
- Latest version: 0.40.0
SharpCompress is a compression library for NET Standard 2.0/NET 4.8/NET 4.8.1/NET 6.0/NET 8.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.
SharpDX
by: Alexandre Mutel
- 371 total downloads
- Latest version: 4.2.0
Core assembly for all SharpDX assemblies.
SharpDX.D3DCompiler
by: Alexandre Mutel
- 14 total downloads
- Latest version: 3.1.2-beta109
Assembly providing DirectX - D3DCompiler managed API.
SharpDX.Direct3D9
by: Alexandre Mutel
- 8 total downloads
- Latest version: 2.6.2
Assembly providing DirectX - Direct3D9 managed API.
SharpDX.DXGI
by: Alexandre Mutel
- 340 total downloads
- Latest version: 4.2.0
Assembly providing DirectX - DXGI managed API.
SixLabors.ImageSharp
by: Six Labors and contributors
- 206 total downloads
- Latest version: 3.1.9
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SkiaSharp
by: Microsoft
- 349 total downloads
- Latest version: 3.119.0
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
- 14 total downloads
- Latest version: 3.116.0-preview.6.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
- 20 total downloads
- Latest version: 3.0.0-preview.4.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
- 12 total downloads
- Latest version: 3.116.0-preview.6.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.Views
by: Microsoft
- 27 total downloads
- Latest version: 2.88.8
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SkiaSharp.Views.Desktop.Common
by: Microsoft
- 7 total downloads
- Latest version: 2.88.8
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SkiaSharp.Views.Gtk2
by: Microsoft
- 8 total downloads
- Latest version: 2.88.0-preview.61
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SkiaSharp.Views.WindowsForms
by: Microsoft
- 8 total downloads
- Latest version: 2.80.2
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SkiaSharp.Views.WPF
by: Microsoft
- 7 total downloads
- Latest version: 1.68.1-rc.147
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Snappier
by: btburnett3
- 107 total downloads
- Latest version: 1.2.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. However, Snappier performs best in .NET 6 and later on little-endian x86/64 processors with the
help of System.Runtime.Instrinsics.
Snappy.NET
by: Robert Važan
- 11 total downloads
- Latest version: 1.1.1.8
Snappy is an extremely fast compressor (250MB/s) and decompressor (500MB/s). Snappy.NET is a P/Invoke wrapper around native Snappy, which additionally implements Snappy framing/streaming format.