testcontainers-dotnet
testcontainers-dotnet copied to clipboard
feat: Add a check for MsSql tools path on MsSqlContainer
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 :'(