2 implementations of NotifyIfUpdateAvailable
aspire (1)
Utils\CliUpdateNotifier.cs (1)
35public void NotifyIfUpdateAvailable()
Aspire.Cli.Tests (1)
TestServices\TestCliUpdateNotifier.cs (1)
19public void NotifyIfUpdateAvailable()
7 references to NotifyIfUpdateAvailable
aspire (1)
Commands\BaseCommand.cs (1)
58updateNotifier.NotifyIfUpdateAvailable();
Aspire.Cli.Tests (6)
Utils\CliUpdateNotificationServiceTests.cs (6)
70notifier.NotifyIfUpdateAvailable(); 125notifier.NotifyIfUpdateAvailable(); 180notifier.NotifyIfUpdateAvailable(); 231notifier.NotifyIfUpdateAvailable(); 256service.NotifyIfUpdateAvailable(); 275service.NotifyIfUpdateAvailable();