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