Hey Patrick,
Thanks for reporting this!
The TearDown method in the MsSqlServerEventStoreTests class was causing this error. The database connection is tested in the Setup method and when failed, the tests are ignored. But in the TearDown method we clean the database, even when the test is ignored. This causes the error when there is no database available.
Sorry for the trouble!
PJ