What are the prerequisites to running the full OrmLite test suite?
The ServiceStack.OrmLite.Tests
project defaults to using Sqlite InMemory so you shouldn’t any other dependencies than a NuGet package restore. But if you switch which Dialect the tests run as, you’ll need to have the necessary RDBMS’s available at the Config connection strings.
Each RDBMS-specific test project requires their own Database to be available.
1 Like