8 references to ExecuteEfCommandAsync
Aspire.Hosting.EntityFrameworkCore (8)
EFCoreOperationExecutor.cs (8)
534return await ExecuteEfCommandAsync("database", "update").ConfigureAwait(false); 540return await ExecuteEfCommandAsync("database", "drop", new Dictionary<string, string?> 583return await ExecuteEfCommandAsync("migrations", "add", args).ConfigureAwait(false); 589return await ExecuteEfCommandAsync("migrations", "remove", new Dictionary<string, string?> 600var result = await ExecuteEfCommandAsync("migrations", "list", new Dictionary<string, string?> 670var pendingChangesResult = await ExecuteEfCommandAsync("migrations", "has-pending-model-changes").ConfigureAwait(false); 718return await ExecuteEfCommandAsync("migrations", "script", args).ConfigureAwait(false); 754return await ExecuteEfCommandAsync("migrations", "bundle", args, noBuild: false).ConfigureAwait(false);