1 write to _templateFactory
aspire (1)
Commands\InitCommand.cs (1)
76
_templateFactory
= templateFactory;
1 reference to _templateFactory
aspire (1)
Commands\InitCommand.cs (1)
494
var singleFileTemplate =
_templateFactory
.GetAllTemplates().FirstOrDefault(t => t.Name == "aspire-apphost-singlefile");