1 implementation of NotifyIfUpdateAvailableAsync
aspire (1)
Utils\CliUpdateNotifier.cs (1)
22public async Task NotifyIfUpdateAvailableAsync(DirectoryInfo workingDirectory, CancellationToken cancellationToken = default)
1 reference to NotifyIfUpdateAvailableAsync
aspire (1)
Commands\BaseCommand.cs (1)
33await updateNotifier.NotifyIfUpdateAvailableAsync(currentDirectory, cancellationToken: cts.Token);