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