1 write to _executionContext
aspire (1)
Templating\CliTemplateFactory.cs (1)
65
_executionContext
= executionContext;
5 references to _executionContext
aspire (5)
Templating\CliTemplateFactory.cs (1)
220
var currentDir =
_executionContext
.WorkingDirectory.FullName;
Templating\CliTemplateFactory.EmptyTemplate.cs (2)
34
var defaultName =
_executionContext
.WorkingDirectory.Name;
44
outputPath = Path.GetFullPath(outputPath,
_executionContext
.WorkingDirectory.FullName);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (2)
20
var defaultName =
_executionContext
.WorkingDirectory.Name;
37
outputPath = Path.GetFullPath(outputPath,
_executionContext
.WorkingDirectory.FullName);