Shouldly
by: Jake Ginnivan, Joseph Woodward, Simon Cropp
- 595 total downloads
- Latest version: 5.0.0-preview.1
Shouldly - Assertion framework for .NET. The way asserting *Should* be
SimpleInfoName
by: https://github.com/VerifyTests/SimpleInfoName/graphs/contributors
- 1.839k total downloads
- Latest version: 3.2.0
Generates simple names info (types, parameters, properties, fields, and methods).
SixLabors.Core
by: Six Labors
- 198 total downloads
- Latest version: 1.0.0-beta0008
Low level primitives for use across Six Labors projects.
SixLabors.Fonts
by: Six Labors and contributors
- 1.36k total downloads
- Latest version: 3.0.0
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
SixLabors.ImageSharp
by: Six Labors and contributors
- 840 total downloads
- Latest version: 4.0.0
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Drawing
by: Six Labors and contributors
- 516 total downloads
- Latest version: 3.0.0
Drawing extensions for ImageSharp with support for shapes, paths, text, and image rendering.
SixLabors.PolygonClipper
by: Six Labors and contributors
- 13 total downloads
- Latest version: 1.0.0
Package Description
SixLabors.Shapes
by: Six Labors and contributors
- 483 total downloads
- Latest version: 1.0.0-beta0009
Fully managed polygon manipulation/merging and interrogation library targeting netstandard.
SixLabors.Shapes.Text
by: Six Labors and contributors
- 358 total downloads
- Latest version: 1.0.0-beta0009
Allows generating glyphs for text and a fonts for manipulation using SixLabors.Shapes
SkiaSharp
by: Microsoft
- 4.565k total downloads
- Latest version: 4.150.0-rc.1.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.HarfBuzz
by: Microsoft
- 1.715k total downloads
- Latest version: 4.150.0-rc.1.1
This package adds text shaping support to SkiaSharp via HarfBuzz.
SkiaSharp.NativeAssets.Linux
by: Microsoft
- 2.252k total downloads
- Latest version: 4.150.0-rc.1.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.macOS
by: Microsoft
- 1.539k total downloads
- Latest version: 4.150.0-rc.1.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.WebAssembly
by: Microsoft
- 2.145k total downloads
- Latest version: 4.150.0-rc.1.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
- 1.951k total downloads
- Latest version: 4.150.0-rc.1.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.Desktop.Common
by: Microsoft
- 3.139k total downloads
- Latest version: 4.150.0-rc.1.1
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
- 2.105k total downloads
- Latest version: 2.88.9
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
- 2.217k total downloads
- Latest version: 2.88.9
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
smtpapi
by: Brandon West
- 30 total downloads
- Latest version: 1.0.0
Easily build SendGrid SMTPAPI headers.
Snappier
by: btburnett3
- 338 total downloads
- Latest version: 1.3.1
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.