We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c1bb8 commit bfec677Copy full SHA for bfec677
EntityFramework.Exceptions.Tests/SqlServerTests.cs
@@ -37,7 +37,7 @@ public class SqlServerDemoContextFixture : DemoContextFixture<MsSqlContainer>
37
{
38
static SqlServerDemoContextFixture()
39
40
- Container = new MsSqlBuilder().Build();
+ Container = new MsSqlBuilder().WithImage("mcr.microsoft.com/mssql/server:2022-latest").Build();
41
}
42
43
protected override DbContextOptionsBuilder<DemoContext> BuildDemoContextOptions(DbContextOptionsBuilder<DemoContext> builder, string connectionString)
0 commit comments