6 references to GetNewProjectId
Aspire.Workload.Tests (6)
TemplateAppFixture.cs (1)
30Id = WorkloadTestsBase.GetNewProjectId(prefix: templateName);
TemplateTests.cs (5)
32string id = GetNewProjectId(prefix: $"starter test.{config}-{testType.Replace(".", "_")}"); 48string id = GetNewProjectId(prefix: $"aspire_{config}"); 65string id = GetNewProjectId(prefix: "aspire_CPM"); 116var id = GetNewProjectId(prefix: $"aspire_starter_run_{config}"); 130string id = GetNewProjectId(prefix: "aspire");