2 implementations of GetProject
aspire (1)
Projects\AppHostProjectFactory.cs (1)
79public 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)
87var project = _projectFactory.GetProject(effectiveAppHostProjectFile);
Commands\PipelineCommandBase.cs (1)
135var project = _projectFactory.GetProject(effectiveAppHostFile);
Commands\UpdateCommand.cs (1)
151var project = _projectFactory.GetProject(projectFile);