2 references to DropDatabaseAsync
Aspire.Hosting.EntityFrameworkCore (2)
EFCoreOperationExecutor.cs (1)
549
var dropResult = await
DropDatabaseAsync
().ConfigureAwait(false);
EFResourceBuilderExtensions.cs (1)
714
executor => executor.
DropDatabaseAsync
()),