1 implementation of IVersionFetcher
Aspire.Hosting (1)
VersionChecking\VersionFetcher.cs (1)
12internal sealed class VersionFetcher : IVersionFetcher
3 references to IVersionFetcher
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
235_innerBuilder.Services.AddSingleton<IVersionFetcher, VersionFetcher>();
VersionChecking\VersionCheckService.cs (2)
29private readonly IVersionFetcher _versionFetcher; 35IConfiguration configuration, DistributedApplicationOptions options, IVersionFetcher versionFetcher,