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)
434var exception = Record.Exception(() => interactionService.DisplayVersionUpdateNotification(version, updateCommand));