4 implementations of GetProject
aspire (1)
Projects\AppHostProjectFactory.cs (1)
59
public IAppHostProject
GetProject
(FileInfo appHostFile)
Aspire.Cli.Tests (3)
Commands\NewCommandTests.cs (1)
1695
public IAppHostProject
GetProject
(FileInfo appHostFile)
Commands\SecretCommandTests.cs (1)
101
public IAppHostProject
GetProject
(FileInfo appHostFile) => project;
TestServices\TestAppHostProjectFactory.cs (1)
32
public IAppHostProject
GetProject
(FileInfo appHostFile)
3 references to GetProject
aspire (3)
Commands\AddCommand.cs (1)
83
var project = _projectFactory.
GetProject
(effectiveAppHostProjectFile);
Commands\PipelineCommandBase.cs (1)
178
var project = _projectFactory.
GetProject
(effectiveAppHostFile);
Commands\UpdateCommand.cs (1)
152
var project = _projectFactory.
GetProject
(projectFile);