7 references to Project
Aspire.EndToEnd.Tests (7)
IntegrationServicesFixture.cs (5)
26
public Dictionary<string, ProjectInfo> Projects =>
Project
?.InfoTable ?? throw new InvalidOperationException("Project is not initialized");
68
_testOutput.WriteLine($" TestProject: {
Project
.AppHostProjectDirectory}");
73
await
Project
.BuildAsync();
81
await
Project
.StartAppHostAsync([extraArgs]);
107
return
Project
.DumpComponentLogsAsync(component, testOutputArg);
IntegrationServicesTests.cs (2)
57
_integrationServicesFixture.
Project
.EnsureAppHostRunning();
64
await _integrationServicesFixture.
Project
.DumpDockerInfoAsync();