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