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