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