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