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