1 implementation of GetInitTemplates
aspire (1)
Templating\DotNetTemplateFactory.cs (1)
35public IEnumerable<ITemplate> GetInitTemplates()
1 reference to GetInitTemplates
aspire (1)
Commands\InitCommand.cs (1)
494var singleFileTemplate = _templateFactory.GetInitTemplates().FirstOrDefault(t => t.Name == "aspire-apphost-singlefile");