5 implementations of GetProject
aspire (1)
Projects\AppHostProjectFactory.cs (1)
59public IAppHostProject GetProject(FileInfo appHostFile)
Aspire.Cli.Tests (4)
Commands\SecretCommandTests.cs (1)
111public IAppHostProject GetProject(FileInfo appHostFile) => project;
Projects\ProjectLocatorTests.cs (1)
2180public IAppHostProject GetProject(FileInfo appHostFile)
TestServices\TestAppHostProjectFactory.cs (1)
65public IAppHostProject GetProject(FileInfo appHostFile)
TestServices\TestTypeScriptStarterProjectFactory.cs (1)
32public IAppHostProject GetProject(FileInfo appHostFile)
4 references to GetProject
aspire (4)
Commands\AddCommand.cs (1)
127var project = _projectFactory.GetProject(effectiveAppHostProjectFile);
Commands\IntegrationPackageSearchService.cs (1)
135var project = projectFactory.GetProject(appHostProjectFile);
Commands\PipelineCommandBase.cs (1)
231var project = _projectFactory.GetProject(effectiveAppHostFile);
Commands\UpdateCommand.cs (1)
215var project = _projectFactory.GetProject(projectFile);