5 implementations of DisplayVersionUpdateNotification
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
194public void DisplayVersionUpdateNotification(string newerVersion)
Interaction\ExtensionInteractionService.cs (1)
230public void DisplayVersionUpdateNotification(string newerVersion)
Aspire.Cli.Tests (3)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
757public void DisplayVersionUpdateNotification(string newerVersion) { }
TestServices\TestConsoleInteractionService.cs (1)
97public void DisplayVersionUpdateNotification(string newerVersion)
TestServices\TestExtensionInteractionService.cs (1)
102public void DisplayVersionUpdateNotification(string newerVersion)
1 reference to DisplayVersionUpdateNotification
aspire (1)
Utils\CliUpdateNotifier.cs (1)
39interactionService.DisplayVersionUpdateNotification(newerVersion.ToString());