20 references to CreateExecutionContext
Aspire.Cli.Tests (20)
Interaction\ConsoleInteractionServiceTests.cs (20)
31executionContext ??= CreateExecutionContext(); 235var executionContext = CreateExecutionContext(); 318var executionContext = CreateExecutionContext(debugMode: true); 342var interactionService = CreateInteractionService(console, CreateExecutionContext(debugMode: true)); 372var interactionService = CreateInteractionService(console, CreateExecutionContext(consoleLogLevel: consoleLogLevel), loggerFactory: loggerFactory); 393var interactionService = CreateInteractionService(AnsiConsole.Console, CreateExecutionContext(consoleLogLevel: LogLevel.None)); 412var executionContext = CreateExecutionContext(debugMode: true); 556var executionContext = CreateExecutionContext(debugMode: true); 578var executionContext = CreateExecutionContext(debugMode: true); 589var executionContext = CreateExecutionContext(debugMode: true); 755var interactionService = CreateInteractionService(console, CreateExecutionContext(logFilePath: logFilePath)); 783var interactionService = CreateInteractionService(console, CreateExecutionContext(logFilePath: logFilePath)); 891var executionContext = CreateExecutionContext(); 920var executionContext = CreateExecutionContext(); 1045var executionContext = CreateExecutionContext(debugMode: true); 1073var executionContext = CreateExecutionContext(debugMode: true); 1100var executionContext = CreateExecutionContext(debugMode: true); 1128var executionContext = CreateExecutionContext(debugMode: true); 1155var executionContext = CreateExecutionContext(debugMode: true); 1184var executionContext = CreateExecutionContext(debugMode: true);