6 implementations of DisplayVersionUpdateNotification
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
200public void DisplayVersionUpdateNotification(string newerVersion)
Interaction\ExtensionInteractionService.cs (1)
248public void DisplayVersionUpdateNotification(string newerVersion)
Aspire.Cli.Tests (4)
Commands\NewCommandTests.cs (1)
674public void DisplayVersionUpdateNotification(string newerVersion) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
847public void DisplayVersionUpdateNotification(string newerVersion) { }
TestServices\TestConsoleInteractionService.cs (1)
100public void DisplayVersionUpdateNotification(string newerVersion)
TestServices\TestExtensionInteractionService.cs (1)
114public void DisplayVersionUpdateNotification(string newerVersion)
1 reference to DisplayVersionUpdateNotification
aspire (1)
Utils\CliUpdateNotifier.cs (1)
52interactionService.DisplayVersionUpdateNotification(newerVersion.ToString());