2 implementations of NotifyIfUpdateAvailable
aspire (1)
Utils\CliUpdateNotifier.cs (1)
35
public void
NotifyIfUpdateAvailable
()
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
275
public void
NotifyIfUpdateAvailable
()
7 references to NotifyIfUpdateAvailable
aspire (1)
Commands\BaseCommand.cs (1)
40
updateNotifier.
NotifyIfUpdateAvailable
();
Aspire.Cli.Tests (6)
Utils\CliUpdateNotificationServiceTests.cs (6)
69
notifier.
NotifyIfUpdateAvailable
();
124
notifier.
NotifyIfUpdateAvailable
();
179
notifier.
NotifyIfUpdateAvailable
();
230
notifier.
NotifyIfUpdateAvailable
();
255
service.
NotifyIfUpdateAvailable
();
274
service.
NotifyIfUpdateAvailable
();