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(); 81await Project.StartAppHostAsync([extraArgs]); 107return Project.DumpComponentLogsAsync(component, testOutputArg);
IntegrationServicesTests.cs (2)
57_integrationServicesFixture.Project.EnsureAppHostRunning(); 64await _integrationServicesFixture.Project.DumpDockerInfoAsync();