4 instantiations of EFCoreOperationExecutor
Aspire.Hosting.EntityFrameworkCore (2)
EFResourceBuilderExtensions.cs (2)
363using var executor = new EFCoreOperationExecutor( 857using var executor = new EFCoreOperationExecutor(
Aspire.Hosting.EntityFrameworkCore.Tests (2)
EFCoreOperationExecutorTests.cs (2)
143using var executor = new EFCoreOperationExecutor( 166using var executor = new EFCoreOperationExecutor(
18 references to EFCoreOperationExecutor
Aspire.Hosting.EntityFrameworkCore (8)
EFResourceBuilderExtensions.cs (8)
356Func<EFCoreOperationExecutor, string?, Task<EFOperationResult>> executeOperation) 363using var executor = new EFCoreOperationExecutor( 504var stdoutTask = EFCoreOperationExecutor.StreamOutputAsync( 506var stderrTask = EFCoreOperationExecutor.StreamOutputAsync( 657name: EFCoreOperationExecutor.ToolStartCommandName, 803Func<EFCoreOperationExecutor, Task<EFOperationResult>> executeOperation) => 831Func<EFCoreOperationExecutor, ILogger, IInteractionService?, Task<ExecuteCommandResult>> executeOperation) 857using var executor = new EFCoreOperationExecutor(
Aspire.Hosting.EntityFrameworkCore.Tests (10)
EFCoreOperationExecutorTests.cs (9)
25await EFCoreOperationExecutor.CaptureLogsAsync(logs, logger, dataBuilder, cts.Token); 42await EFCoreOperationExecutor.CaptureLogsAsync(logs, logger, dataBuilder, cts.Token); 59await EFCoreOperationExecutor.CaptureLogsAsync(logs, logger, dataBuilder, cts.Token); 74await EFCoreOperationExecutor.CaptureLogsAsync(logs, logger, dataBuilder, cts.Token); 94await EFCoreOperationExecutor.CaptureLogsAsync(logs, logger, dataBuilder, cts.Token); 111await EFCoreOperationExecutor.CaptureLogsAsync(logs, logger, dataBuilder, cts.Token); 129await EFCoreOperationExecutor.CaptureLogsAsync(logs, logger, dataBuilder, cts.Token); 143using var executor = new EFCoreOperationExecutor( 166using var executor = new EFCoreOperationExecutor(
EFMigrationPipelineTests.cs (1)
282.SingleOrDefault(a => a.Name == EFCoreOperationExecutor.ToolStartCommandName);