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