SixLabors.Fonts by: Six Labors and contributors
  • 2 total downloads
  • Latest version: 1.0.0-beta0002
  • font truetype opentype woff
A cross-platform library for loading and laying out for processing and measuring; written in C#
SixLabors.ImageSharp by: Six Labors and contributors
  • 1 total downloads
  • Latest version: 3.1.10
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Drawing by: SixLabors and contributors
  • 5 total downloads
  • Latest version: 1.0.0-beta0005
  • Image Draw Shape Path Font
An extension to ImageSharp that allows the drawing of images, paths, and text.
SixLabors.Shapes by: Six Labors and contributors
  • 21 total downloads
  • Latest version: 1.0.0-beta0007
  • polygon rectangle point in polygon complex polygons shape 2D
Polygon manipulation/merging and interrogation library. It's a fully managed netstandard library so should work everywhere.
SixLabors.Shapes.Text by: Six Labors and contributors
  • 24 total downloads
  • Latest version: 1.0.0-beta0007
  • shapes text
Allows generating glyphs for text and a font for manipulation using SixLabors.Shapes
smtpapi by: Brandon West
  • 2 total downloads
  • Latest version: 1.0.0
  • smtpapi sendgrid email
Easily build SendGrid SMTPAPI headers.
SourceLink.Create.CommandLine by: Cameron Taggart
  • 13 total downloads
  • Latest version: 2.8.3
  • sourcelink pdb symbols git sourceindexing debugging sourceserver build
SourceLink: Source Code On Demand Source Link your Portable PDB files to allow source code to be downloaded on demand
SpecFlow by: SpecFlow Team
  • 102 total downloads
  • Latest version: 4.0.31-beta
  • specflow bdd gherkin cucumber
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.CustomPlugin by: TechTalk
  • 3 total downloads
  • Latest version: 2.4.0
  • specflow bdd gherkin cucumber generator
Package for writing custom extensions for SpecFlow.
SpecFlow.NUnit by: SpecFlow Team
  • 162 total downloads
  • Latest version: 4.0.31-beta
  • specflow nunit
Package to use SpecFlow with NUnit 3.13 and later
SpecFlow.Plus.LivingDocPlugin by: SpecFlow Team
  • 9 total downloads
  • Latest version: 3.9.57
  • specflow livingdoc report
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
  • 91 total downloads
  • Latest version: 4.0.31-beta
  • specflow msbuild
Package to enable the code-behind file generation during build time http://specflow.org/documentation/Generate-Tests-from-MsBuild/
SpecRun.Runner by: SpecFlow Team
  • 106 total downloads
  • Latest version: 3.9.31
  • specrun specflow bdd integration tests runner
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages.
Splat by: Paul Betts
  • 10 total downloads
  • Latest version: 3.0.0
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android monodroid uwp net45
A library to make things cross-platform that should be
Sprache by: Nicholas Blumhardt, Contributors
  • 125 total downloads
  • Latest version: 2.3.2-develop-00043
  • Parser Parsers
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
SQLite by: SQLite Development Team
  • 7 total downloads
  • Latest version: 3.13.0
  • SQLite,embedded,database,sql
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
  • 3 total downloads
  • Latest version: 3.12.3
  • sqlite,embedded,database,sql
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
  • 55 total downloads
  • Latest version: 3.0.2
  • sqlite
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
  • 1 total downloads
  • Latest version: 1.1.6
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
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=SQLite included
SQLitePCLRaw.core by: Eric Sink, et al
  • 38 total downloads
  • Latest version: 1.1.14
  • sqlite pcl database xamarin monotouch ios monodroid android wp8 wpa netstandard uwp
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_*.