7 references to GetNewProjectId
Aspire.Templates.Tests (7)
BuildAndRunStarterTemplateBuiltInTest.cs (1)
35string id = TemplateTestsBase.GetNewProjectId(prefix: $"starter test.{config}-{testType.Replace(".", "_")}");
BuildAndRunTemplateTests.cs (5)
35string id = GetNewProjectId(prefix: $"aspire_{config}"); 52string id = GetNewProjectId(prefix: "aspire_CPM"); 104var id = GetNewProjectId(prefix: $"aspire_starter_run_{config}"); 118string id = GetNewProjectId(prefix: "aspire"); 155string id = GetNewProjectId(prefix: $"aspire_apphost_{version.Replace("*", "wildcard").Replace("[", "").Replace("]", "")}");
TemplateAppFixture.cs (1)
31Id = TemplateTestsBase.GetNewProjectId(prefix: $"{templateName}_{tfm.ToTFMString()}");