1 implementation of IAppHostCandidateFinder
aspire (1)
Projects\AppHostCandidateFinder.cs (1)
56ILogger<AppHostCandidateFinder> logger) : IAppHostCandidateFinder
5 references to IAppHostCandidateFinder
aspire (3)
Program.cs (1)
433builder.Services.AddSingleton<IAppHostCandidateFinder, AppHostCandidateFinder>();
Projects\ProjectLocator.cs (2)
46/// <see cref="IAppHostCandidateFinder.FindCandidateFilesAsync"/> for caller obligations. 146IAppHostCandidateFinder appHostCandidateFinder,
Aspire.Cli.Tests (2)
Utils\CliTestHelper.cs (2)
475var appHostCandidateFinder = serviceProvider.GetService<IAppHostCandidateFinder>()