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