6 references to GetNewProjectId
Aspire.Workload.Tests (6)
BuildAndRunTemplateTests.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");
TemplateAppFixture.cs (1)
31Id = WorkloadTestsBase.GetNewProjectId(prefix: $"{templateName}_{tfm.ToTFMString()}");