This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
It is now possible to granularly install a subset of discovered tests. This means that if you have one or more tests with malformed SQL or any other issues causing the installation to fail, the rest of your tests will continue to work.
- SqlLocalDbTestEnvironmentBootstrapper is no longer responsible for installing tests - that responsibility has moved to SqlTestRunner.
- SqlConnectionStringTestRunner was removed.