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