10 references to GetNewProjectId
Aspire.Templates.Tests (10)
BuildAndRunStarterTemplateBuiltInTest.cs (1)
35string id = TemplateTestsBase.GetNewProjectId(prefix: $"starter test.{config}-{testType.Replace(".", "_")}");
BuildAndRunTemplateTests.cs (6)
36string id = GetNewProjectId(prefix: $"aspire_{config}"); 50string id = GetNewProjectId(prefix: "aspire_CPM"); 116string id = GetNewProjectId(prefix: "aspire_explicit_SDK"); 171var id = GetNewProjectId(prefix: $"aspire_starter_run_{config}"); 188string id = GetNewProjectId(prefix: "aspire"); 222string id = GetNewProjectId(prefix: $"aspire_apphost_{version.Replace("*", "wildcard").Replace("[", "").Replace("]", "")}");
NewUpAndBuildStandaloneTemplateTests.cs (1)
16var id = GetNewProjectId(prefix: $"new_build_{templateName}_{tfm.ToTFMString()}");
NewUpAndBuildSupportProjectTemplatesTests.cs (1)
15var id = GetNewProjectId(prefix: $"new_build_{FixupSymbolName(templateName)}");
TemplateAppFixture.cs (1)
31Id = TemplateTestsBase.GetNewProjectId(prefix: $"{templateName}_{tfm.ToTFMString()}");