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