SpecFlow.Internal.Json by: SpecFlow Team
  • 9 total downloads
  • Latest version: 1.0.8
  • Json Serialisation
A really simple C# JSON parser.
SpecFlow.NUnit by: SpecFlow Team
  • 375 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
  • 84 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
  • 429 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
  • 230 total downloads
  • Latest version: 3.9.31
  • specrun specflow bdd integration tests runner
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages.
Spectre.Console by: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray
  • 1.763k total downloads
  • Latest version: 0.54.1-alpha.0.10
A library that makes it easier to create beautiful console applications.
Splat by: .NET Foundation and Contributors
  • 414 total downloads
  • Latest version: 17.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
Splat.Builder by: .NET Foundation and Contributors
  • 11 total downloads
  • Latest version: 17.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
Splat.Core by: .NET Foundation and Contributors
  • 8 total downloads
  • Latest version: 18.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
Splat.Logging by: .NET Foundation and Contributors
  • 16 total downloads
  • Latest version: 18.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
SpookilySharp by: Jon Hanna
  • 9 total downloads
  • Latest version: 1.2.0
  • SpookyHash hashcode hash hashing
A .NET/Mono implementation of Bob Jenkins’ SpookyHash version 2. Offers 32-, 64- and 128-bit hashes of strings, char and byte arrays, streams and any type of object represented by an array of simple types.
Sprache by: Sprache
  • 426 total downloads
  • Latest version: 3.0.0-develop-00049
  • Parser Parsers
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
SQLite by: SQLite Development Team
  • 8 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
  • 4 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
  • 635 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
  • 89 total downloads
  • Latest version: 2.1.11
  • sqlite
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. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.
SQLitePCLRaw.config.e_sqlite3 by: Eric Sink
  • 6 total downloads
  • Latest version: 3.0.2
  • sqlite
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
  • 489 total downloads
  • Latest version: 3.0.1
  • sqlite
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().
SQLitePCLRaw.lib.e_sqlite3 by: Eric Sink
  • 542 total downloads
  • Latest version: 3.50.3
  • sqlite
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.
SQLitePCLRaw.lib.e_sqlite3.android by: Eric Sink
  • 2 total downloads
  • Latest version: 2.1.11
  • sqlite
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.