1 write to _templateFactory
aspire (1)
Commands\InitCommand.cs (1)
74
_templateFactory
= templateFactory;
2 references to _templateFactory
aspire (2)
Commands\InitCommand.cs (2)
419
var singleFileTemplate =
_templateFactory
.GetAllTemplates().FirstOrDefault(t => t.Name == "aspire-apphost-singlefile");
430
var appHostTemplate =
_templateFactory
.GetAllTemplates().FirstOrDefault(t => t.Name == "aspire-apphost");