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