7 references to GetNewProjectId
Aspire.Workload.Tests (7)
BuildAndRunTemplateTests.cs (6)
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"); 166string id = GetNewProjectId(prefix: $"aspire_apphost_{version.Replace("*", "wildcard").Replace("[", "").Replace("]", "")}");
TemplateAppFixture.cs (1)
31Id = WorkloadTestsBase.GetNewProjectId(prefix: $"{templateName}_{tfm.ToTFMString()}");