SpecRun.Runner
by: SpecFlow Team
- 256 total downloads
- Latest version: 3.9.31
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages.
SpecRun.SpecFlow
by: SpecFlow Team
- 310 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
- 197 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
- 143 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
- 177 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
- 105 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
- 86 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
- 107 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
- 29 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
- 15 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
- 8 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
- 4 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
- 4 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
- 6 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
- 11 total downloads
- Latest version: 3.9.31
SpecFlow+Runner - a smarter integration test runner for SpecFlow. Check the details on the website.
SQLite
by: SQLite Development Team
- 7 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
- 4 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
- 71 total downloads
- Latest version: 1.1.14
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
- 73 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
- 97 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_*.