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