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