8 references to IProjectLocator
aspire (8)
Commands\AddCommand.cs (2)
19private readonly IProjectLocator _projectLocator; 22public AddCommand(IDotNetCliRunner runner, INuGetPackageCache nuGetPackageCache, IInteractionService interactionService, IProjectLocator projectLocator, IAddCommandPrompter prompter)
Commands\PublishCommand.cs (2)
38private readonly IProjectLocator _projectLocator; 41public PublishCommand(IDotNetCliRunner runner, IInteractionService interactionService, IProjectLocator projectLocator, IPublishCommandPrompter prompter)
Commands\RunCommand.cs (2)
24private readonly IProjectLocator _projectLocator; 27public RunCommand(IDotNetCliRunner runner, IInteractionService interactionService, ICertificateService certificateService, IProjectLocator projectLocator, IAnsiConsole ansiConsole)
Program.cs (1)
114private static IProjectLocator BuildProjectLocator(IServiceProvider serviceProvider)
Projects\ProjectLocator.cs (1)
13internal sealed class ProjectLocator(ILogger<ProjectLocator> logger, string currentDirectory) : IProjectLocator