testcontainers-dotnet icon indicating copy to clipboard operation
testcontainers-dotnet copied to clipboard

feat: Add a check for MsSql tools path on MsSqlContainer

Open outofrange-consulting opened this issue 7 months ago • 6 comments

What does this PR do?

It adds a check on the mssql-tools path which changed during 2022-CU14 update.

Why is it important?

Because from the 2022-CU14 version, Microsoft changed the path to the mssql tools, breaking CI for many folks who have been using the 2022-latest image tag.

Related issues

  • Closes #1220

Follow-ups

I'm not a fan of duplicating the logic between WaitUntil and the MsSqlContainer :'(

outofrange-consulting avatar Jul 25 '24 07:07 outofrange-consulting