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