SixLabors.Core
by: Six Labors
- 97 total downloads
- Latest version: 1.0.0-beta0008
Low level primitives for use across Six Labors projects.
SixLabors.ImageSharp
by: Six Labors and contributors
- 265 total downloads
- Latest version: 4.1.1
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Web
by: Six Labors and contributors
- 217 total downloads
- Latest version: 4.0.1
ImageSharp Middleware for serving images via a url based API.
SixLabors.ImageSharp.Web.Providers.AWS
by: Six Labors and contributors
- 4 total downloads
- Latest version: 4.0.0
A provider for resolving and caching images via AWS S3 Storage.
SixLabors.ImageSharp.Web.Providers.Azure
by: Six Labors and contributors
- 4 total downloads
- Latest version: 4.0.0
A provider for resolving and caching images via Azure Blob Storage.
SkiaSharp
by: Microsoft
- 1,267k total downloads
- Latest version: 2.88.9
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
- 820 total downloads
- Latest version: 2.88.9
This package adds text shaping support to SkiaSharp via HarfBuzz.
SkiaSharp.NativeAssets.macOS
by: Microsoft
- 420 total downloads
- Latest version: 2.88.9
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
- 481 total downloads
- Latest version: 2.88.9
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
- 418 total downloads
- Latest version: 2.88.9
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.Blazor
by: Microsoft
- 204 total downloads
- Latest version: 4.152.0-preview.1.1
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Skoruba.Duende.IdentityServer.Admin.UI
by: Jan Škoruba
- 242 total downloads
- Latest version: 2.7.0
The package with UI for the administration of the Duende IdentityServer
Slugify.Core
by: Chad Tolkien Federico Cingolani
- 59 total downloads
- Latest version: 2.3.0
Simple Slug / Clean URL generator helper for Microsoft .NET framework and .NET Standard.
With default settings, you will get an hyphenized, lowercase, alphanumeric version of any string you please, with any diacritics removed and collapsed whitespace, collapsed dashes and trimmed whitespace.
smtpapi
by: Brandon West
- 11 total downloads
- Latest version: 1.0.0
Easily build SendGrid SMTPAPI headers.
Spatial4n.Core
by: Itamar Syn-Hershko Shad Storhaug
- 73 total downloads
- Latest version: 0.4.1
A Geospatial Library for .NET - a .NET port of spatial4j
SQLite
by: SQLite Development Team
- 27 total downloads
- Latest version: 3.13.0
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Linux, macOS, and Windows (desktop and Universal Windows apps).
SQLite.Native
by: SQLite Development Team
- 13 total downloads
- Latest version: 3.12.3
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Windows, macOS, and Linux.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 241 total downloads
- Latest version: 3.0.5
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.bundle_green
by: Eric Sink
- 289 total downloads
- Latest version: 1.1.15
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included
SQLitePCLRaw.core
by: Eric Sink et al
- 353 total downloads
- Latest version: 1.1.14
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.