2 implementations of NotifyIfUpdateAvailable
aspire (1)
Utils\CliUpdateNotifier.cs (1)
59
public void
NotifyIfUpdateAvailable
()
Aspire.Cli.Tests (1)
TestServices\TestCliUpdateNotifier.cs (1)
37
public void
NotifyIfUpdateAvailable
()
12 references to NotifyIfUpdateAvailable
aspire (1)
Commands\BaseCommand.cs (1)
243
services.UpdateNotifier.
NotifyIfUpdateAvailable
();
Aspire.Cli.Tests (11)
Utils\CliUpdateNotificationServiceTests.cs (11)
59
notifier.
NotifyIfUpdateAvailable
();
103
notifier.
NotifyIfUpdateAvailable
();
147
notifier.
NotifyIfUpdateAvailable
();
176
notifier.
NotifyIfUpdateAvailable
();
209
notifier.
NotifyIfUpdateAvailable
();
247
notifier.
NotifyIfUpdateAvailable
();
283
notifier.
NotifyIfUpdateAvailable
();
320
notifier.
NotifyIfUpdateAvailable
();
360
notifier.
NotifyIfUpdateAvailable
();
385
service.
NotifyIfUpdateAvailable
();
404
service.
NotifyIfUpdateAvailable
();