1 write to Id
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
43Id = id;
11 references to Id
Aspire.Workload.Tests (11)
StarterTemplateRunTestsBase.cs (2)
149Source: $"{project.Id}.ApiService.csproj", 155Source: $"{project.Id}.Web.csproj",
tests\Shared\WorkloadTesting\AspireProject.cs (7)
30public string AppHostProjectDirectory => Path.Combine(RootDir, $"{Id}.AppHost"); 31public string ServiceDefaultsProjectPath => Path.Combine(RootDir, $"{Id}.ServiceDefaults"); 32public string TestsProjectDirectory => Path.Combine(RootDir, $"{Id}.Tests"); 47LogPath = Path.Combine(_buildEnv.LogRootPath, Id); 304workingDirectory ??= Path.Combine(RootDir, $"{Id}.AppHost"); 308var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(LogPath!, $"{Id}-restore.binlog")}\" /p:TreatWarningsAsErrors=true"); 311var buildArgs = $"build \"-bl:{Path.Combine(LogPath!, $"{Id}-build.binlog")}\" /p:TreatWarningsAsErrors=true";
WorkloadTestsBase.cs (2)
76PrepareTestCsFile(project.Id, testProjectDir, testTemplateName); 89w.WriteString(project.Id);