4 implementations of DisplayVersionUpdateNotification
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
193public void DisplayVersionUpdateNotification(string newerVersion)
Interaction\ExtensionInteractionService.cs (1)
222public void DisplayVersionUpdateNotification(string newerVersion)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
747public void DisplayVersionUpdateNotification(string newerVersion) { }
TestServices\TestConsoleInteractionService.cs (1)
97public void DisplayVersionUpdateNotification(string newerVersion)
1 reference to DisplayVersionUpdateNotification
aspire (1)
Utils\CliUpdateNotifier.cs (1)
38interactionService.DisplayVersionUpdateNotification(newerVersion.ToString());