Relative Content

Tag Archive for sql-serverentity-framework-coreintegration-testing.net-8.0testcontainers

How to set up testcontainers using database-first approach?

I want to use test containers for integration tests but I cannot find any resources for setting it up in a database first approach. I have a SQL Server .sqlproj file within my project but I cannot figure out how to use that to set up the container database. I’m hoping there’s a way to do this or maybe setup migrations only for the test container.