A simple package includes sqlserver smo and dacpac service, to handle SqlInstance/LocalDB database creation/deletion/cleanup, and deployment with dacpac from a SSDT project, useful in deployment handling and unittests
A simple framework for running sql tests against a temprary localdb instance, optionally deploying a dacpac, using a nice fluent c# api. This package contains some xUnit specific assertions.
A simple framework for running sql tests against a temprary localdb instance, optionally deploying a dacpac, using a nice fluent c# api. This package contains some NUnit specific assertions.