1 instantiation of TemplatePorts
aspire (1)
Templating\CliTemplateFactory.cs (1)
126return new TemplatePorts(
4 references to TemplatePorts
aspire (4)
Templating\CliTemplateFactory.cs (2)
107private static string ApplyTokens(string content, string projectName, string projectNameLower, string aspireVersion, TemplatePorts ports, string hostName = "localhost") 124private static TemplatePorts GenerateRandomPorts()
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
147var ports = GenerateRandomPorts();
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
53var ports = GenerateRandomPorts();