1 write to Id
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
43Id = id;
10 references to Id
Aspire.Workload.Tests (10)
PerTestFrameworkTemplatesTests.cs (1)
111w.WriteString(project.Id);
StarterTemplateRunTestsBase.cs (2)
121Source: $"{project.Id}.ApiService.csproj", 128Source: $"{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); 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";