7 references to Project
Aspire.EndToEnd.Tests (7)
IntegrationServicesFixture.cs (5)
27public Dictionary<string, ProjectInfo> Projects => Project?.InfoTable ?? throw new InvalidOperationException("Project is not initialized"); 71_testOutput.WriteLine($" TestProject: {Project.AppHostProjectDirectory}"); 76await Project.BuildAsync(); 84await Project.StartAppHostAsync([extraArgs]); 112return Project.DumpComponentLogsAsync(component, testOutputArg);
IntegrationServicesTests.cs (2)
80_integrationServicesFixture.Project.EnsureAppHostRunning(); 87await _integrationServicesFixture.Project.DumpDockerInfoAsync();