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