20 references to CreateExecutionContext
Aspire.Cli.Tests (20)
Interaction\ConsoleInteractionServiceTests.cs (20)
31executionContext ??= CreateExecutionContext(); 191var executionContext = CreateExecutionContext(); 274var executionContext = CreateExecutionContext(debugMode: true); 298var interactionService = CreateInteractionService(console, CreateExecutionContext(debugMode: true)); 328var interactionService = CreateInteractionService(console, CreateExecutionContext(consoleLogLevel: consoleLogLevel), loggerFactory: loggerFactory); 349var interactionService = CreateInteractionService(AnsiConsole.Console, CreateExecutionContext(consoleLogLevel: LogLevel.None)); 368var executionContext = CreateExecutionContext(debugMode: true); 512var executionContext = CreateExecutionContext(debugMode: true); 534var executionContext = CreateExecutionContext(debugMode: true); 545var executionContext = CreateExecutionContext(debugMode: true); 711var interactionService = CreateInteractionService(console, CreateExecutionContext(logFilePath: logFilePath)); 739var interactionService = CreateInteractionService(console, CreateExecutionContext(logFilePath: logFilePath)); 847var executionContext = CreateExecutionContext(); 876var executionContext = CreateExecutionContext(); 1001var executionContext = CreateExecutionContext(debugMode: true); 1029var executionContext = CreateExecutionContext(debugMode: true); 1056var executionContext = CreateExecutionContext(debugMode: true); 1084var executionContext = CreateExecutionContext(debugMode: true); 1111var executionContext = CreateExecutionContext(debugMode: true); 1140var executionContext = CreateExecutionContext(debugMode: true);