4 writes to NotifyIfUpdateAvailableCallback
Aspire.Cli.Tests (4)
Commands\BaseCommandTests.cs (3)
105NotifyIfUpdateAvailableCallback = () => testInteractionService.DisplayVersionUpdateNotification("13.3.0-preview.1", "aspire update") 130NotifyIfUpdateAvailableCallback = () => throw expectedException 207NotifyIfUpdateAvailableCallback = () => testInteractionService.DisplayVersionUpdateNotification("13.3.0-preview.1", "aspire update")
Commands\DoctorCommandTests.cs (1)
137NotifyIfUpdateAvailableCallback = () =>
1 reference to NotifyIfUpdateAvailableCallback
Aspire.Cli.Tests (1)
TestServices\TestCliUpdateNotifier.cs (1)
40NotifyIfUpdateAvailableCallback?.Invoke();