1 write to Id
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
44
Id
= id;
10 references to Id
Aspire.Templates.Tests (10)
StarterTemplateRunTestsBase.cs (2)
154
SourceContains: $"{project.
Id
}.ApiService.csproj"),
159
SourceContains: $"{project.
Id
}.Web.csproj")
TemplateTestsBase.cs (1)
79
id: project.
Id
,
tests\Shared\TemplatesTesting\AspireProject.cs (7)
32
public string ServiceDefaultsProjectPath => Path.Combine(RootDir, $"{
Id
}.ServiceDefaults");
33
public string TestsProjectDirectory => Path.Combine(RootDir, $"{
Id
}.Tests");
48
LogPath = Path.Combine(_buildEnv.LogRootPath,
Id
);
50
AppHostProjectDirectory = Path.Combine(RootDir, $"{
Id
}.AppHost");
322
workingDirectory ??= Path.Combine(RootDir, $"{
Id
}.AppHost");
326
var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(LogPath!, $"{
Id
}-restore.binlog")}\" /p:TreatWarningsAsErrors=true");
329
var buildArgs = $"build \"-bl:{Path.Combine(LogPath!, $"{
Id
}-build.binlog")}\" /p:TreatWarningsAsErrors=true";