2 implementations of GetProject
aspire (1)
Projects\AppHostProjectFactory.cs (1)
61
public IAppHostProject
GetProject
(FileInfo appHostFile)
Aspire.Cli.Tests (1)
TestServices\TestAppHostProjectFactory.cs (1)
32
public IAppHostProject
GetProject
(FileInfo appHostFile)
3 references to GetProject
aspire (3)
Commands\AddCommand.cs (1)
84
var project = _projectFactory.
GetProject
(effectiveAppHostProjectFile);
Commands\PipelineCommandBase.cs (1)
137
var project = _projectFactory.
GetProject
(effectiveAppHostFile);
Commands\UpdateCommand.cs (1)
187
var project = _projectFactory.
GetProject
(projectFile);