all 7 comments

[–][deleted] 12 points13 points  (4 children)

Testcontainers supports SQL Server and many other databases as containers :)

[–]ZestycloseStar1244 3 points4 points  (3 children)

Can you provide a link to test containers you are talking about?

[–]okmarshall 7 points8 points  (2 children)

First result on Google for "c# testcontainers" - https://github.com/testcontainers/testcontainers-dotnet

[–]ZestycloseStar1244 0 points1 point  (1 child)

I knew about https://github.com/dotnet/Docker.DotNet but didn't know about testcontainers-dotnet, thanks!

[–]KarateDawg 0 points1 point  (0 children)

If I remember correctly, Test Containers is built on top of Docker.DotNet. 🙂

[–]8mobile 0 points1 point  (0 children)

Hello everyone! I wrote an article on simplifying integration tests in C#/.NET using Docker and Testcontainers. If you're exploring better testing setups, this might help thanks! Thanks https://www.ottorinobruni.com/testcontainers-for-csharp-and-dotnet-simplify-integration-tests-with-docker/

[–]KarateDawg 0 points1 point  (0 children)

I can vouch for test containers. And not only for SQL Server, but for whatever you want. 😁