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