1 implementation of TryFetchLatestVersionAsync
Aspire.Hosting (1)
VersionChecking\VersionFetcher.cs (1)
21
public async Task<SemVersion?>
TryFetchLatestVersionAsync
(string appHostDirectory, CancellationToken cancellationToken)
1 reference to TryFetchLatestVersionAsync
Aspire.Hosting (1)
VersionChecking\VersionCheckService.cs (1)
94
latestVersion = await _versionFetcher.
TryFetchLatestVersionAsync
(appHostDirectory, cancellationToken).ConfigureAwait(false);