SpecRun.SpecFlow
by: SpecFlow Team
- 1.019k total downloads
- Latest version: 3.9.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.2-1-0
by: SpecFlow Team
- 631 total downloads
- Latest version: 3.2.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.2-2-0
by: SpecFlow Team
- 524 total downloads
- Latest version: 3.2.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.2-3-0
by: SpecFlow Team
- 510 total downloads
- Latest version: 3.2.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.2-4-0
by: SpecFlow Team
- 492 total downloads
- Latest version: 3.2.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-0-0
by: SpecFlow Team
- 373 total downloads
- Latest version: 3.2.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-1-0
by: SpecFlow Team
- 301 total downloads
- Latest version: 3.4.51
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-3-0
by: SpecFlow Team
- 78 total downloads
- Latest version: 3.4.51
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-4-0
by: SpecFlow Team
- 42 total downloads
- Latest version: 3.4.51
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-5-0
by: SpecFlow Team
- 22 total downloads
- Latest version: 3.5.22
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-6-0
by: SpecFlow Team
- 12 total downloads
- Latest version: 3.6.2
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-7-0
by: SpecFlow Team
- 12 total downloads
- Latest version: 3.7.3
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-8-0
by: SpecFlow Team
- 22 total downloads
- Latest version: 3.8.12
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SpecRun.SpecFlow.3-9-0
by: SpecFlow Team
- 27 total downloads
- Latest version: 3.9.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
Spectre.Console
by: Patrik Svensson Phil Scott Nils Andresen Cédric Luthi Frank Ray
- 4.857k total downloads
- Latest version: 0.50.1-preview.0.20
A library that makes it easier to create beautiful console applications.
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
- 12 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
- 906 total downloads
- Latest version: 2.1.11
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: e_sqlite3 included
SQLitePCLRaw.bundle_green
by: Eric Sink
- 939 total downloads
- Latest version: 2.1.11
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.core
by: Eric Sink
- 970 total downloads
- Latest version: 2.1.11
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_*.