1 write to _executionContext
aspire (1)
Commands\NewCommand.cs (1)
100_executionContext = executionContext;
3 references to _executionContext
aspire (3)
Commands\NewCommand.cs (3)
134var templateCommand = new TemplateCommand(template, ExecuteAsync, _features, _updateNotifier, _executionContext, InteractionService, Telemetry); 218outputPath = Path.Combine(_executionContext.WorkingDirectory.FullName, projectName); 222outputPath = Path.Combine(_executionContext.WorkingDirectory.FullName, outputPath);