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