Shyjus.BrowserDetector
by: Shyju Krishnankutty
- 1 total downloads
- Latest version: 2.0.0
Browser detection, device detection and operating system detection capabilities in asp.net core.
SixLabors.Fonts
by: Six Labors and contributors
- 8 total downloads
- Latest version: 1.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
- 16 total downloads
- Latest version: 3.1.11
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Drawing
by: Six Labors and contributors
- 4 total downloads
- Latest version: 1.0.0
An extension to ImageSharp that allows the drawing of images, paths, and text.
SixLaborsCaptcha.Core
by: SixLaborsCaptcha.Core
- 2 total downloads
- Latest version: 0.1.2
Generate captcha with SixLabors' libraries on .NET Core (run in both Windows and Linux environments)
SixLaborsCaptcha.Mvc.Core
by: SixLaborsCaptcha.Mvc.Core
- 2 total downloads
- Latest version: 0.1.2
Generate captcha with SixLabors' libraries on ASP.NET Core MVC (run in both Windows and Linux environments)
SkiaSharp
by: Microsoft
- 5 total downloads
- Latest version: 2.88.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.HarfBuzz
by: Microsoft
- 7 total downloads
- Latest version: 3.119.1
This package adds text shaping support to SkiaSharp via HarfBuzz.
SkiaSharp.NativeAssets.macOS
by: Microsoft
- 5 total downloads
- Latest version: 2.88.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.Win32
by: Microsoft
- 5 total downloads
- Latest version: 2.88.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.
Snappier
by: btburnett3
- 2 total downloads
- Latest version: 1.3.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.
SourceGear.sqlite3
by: Eric Sink
- 1 total downloads
- Latest version: 3.50.4.2
This package contains builds of the native SQLite code for various platforms.
These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.
SpecFlow
by: SpecFlow Team
- 4 total downloads
- Latest version: 3.9.74
SpecFlow aims at bridging the communication gap between domain experts and developers by binding business readable behavior specifications to the underlying implementation. Our mission is to provide a pragmatic and frictionless approach to Acceptance Test Driven Development and Behavior Driven Development for .NET projects today.
SpecFlow.Internal.Json
by: SpecFlow Team
- 2 total downloads
- Latest version: 1.0.8
A really simple C# JSON parser.
SpecFlow.NUnit
by: SpecFlow Team
- 2 total downloads
- Latest version: 3.9.74
Package to use SpecFlow with NUnit 3.13 and later
SpecFlow.Plus.LivingDocPlugin
by: SpecFlow Team
- 2 total downloads
- Latest version: 3.9.57
A plugin for SpecFlow to generate a shareable HTML Gherkin feature execution report (living documentation). Use together with SpecFlow.Plus.LivingDoc.CLI.
SpecFlow.Tools.MsBuild.Generation
by: SpecFlow Team
- 4 total downloads
- Latest version: 3.9.74
Package to enable the code-behind file generation during build time http://specflow.org/documentation/Generate-Tests-from-MsBuild/
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 7 total downloads
- Latest version: 3.0.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.config.e_sqlite3
by: Eric Sink
- 2 total downloads
- Latest version: 3.0.3
This package sets the configuration for using e_sqlite3 but does not bring in that native library itself. It's like bundle_e_sqlite3, except it's hollow.
SQLitePCLRaw.core
by: Eric Sink
- 9 total downloads
- Latest version: 3.0.3
SQLitePCLRaw 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().