Implemented interface member:
method
DisplayVersionUpdateNotification
Aspire.Cli.Interaction.IInteractionService.DisplayVersionUpdateNotification(System.String, System.String)
2 references to DisplayVersionUpdateNotification
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
328
_consoleInteractionService.
DisplayVersionUpdateNotification
(newerVersion, updateCommand);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
434
var exception = Record.Exception(() => interactionService.
DisplayVersionUpdateNotification
(version, updateCommand));