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