1 write to _executionContext
aspire (1)
Templating\CliTemplateFactory.cs (1)
63
_executionContext
= executionContext;
4 references to _executionContext
aspire (4)
Templating\CliTemplateFactory.EmptyTemplate.cs (2)
34
var defaultName =
_executionContext
.WorkingDirectory.Name;
46
outputPath = Path.Combine(
_executionContext
.WorkingDirectory.FullName, outputPath);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (2)
17
var defaultName =
_executionContext
.WorkingDirectory.Name;
36
outputPath = Path.Combine(
_executionContext
.WorkingDirectory.FullName, outputPath);