1 write to Id
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
43Id = id;
7 references to Id
Aspire.EndToEnd.Tests (7)
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); 266workingDirectory ??= Path.Combine(RootDir, $"{Id}.AppHost"); 270var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(LogPath!, $"{Id}-restore.binlog")}\" /p:TreatWarningsAsErrors=true"); 273var buildArgs = $"build \"-bl:{Path.Combine(LogPath!, $"{Id}-build.binlog")}\" /p:TreatWarningsAsErrors=true";