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