1 write to Container
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (1)
tests\Aspire.Microsoft.Data.SqlClient.Tests\SqlServerContainerFixture.cs (1)
22
Container
= new MsSqlBuilder()
4 references to Container
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (4)
tests\Aspire.Microsoft.Data.SqlClient.Tests\SqlServerContainerFixture.cs (4)
15
public string GetConnectionString() =>
Container
?.GetConnectionString() ??
25
await
Container
.StartAsync();
31
if (
Container
is not null)
33
await
Container
.DisposeAsync();