8 implementations of DisplayVersionUpdateNotification
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
302
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Interaction\ExtensionInteractionService.cs (1)
326
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
957
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
953
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null) { }
Commands\UpdateCommandTests.cs (1)
978
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Templating\DotNetTemplateFactoryTests.cs (1)
445
public void
DisplayVersionUpdateNotification
(string message, string? updateCommand = null) { }
TestServices\TestConsoleInteractionService.cs (1)
136
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
TestServices\TestExtensionInteractionService.cs (1)
149
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
2 references to DisplayVersionUpdateNotification
aspire (1)
Utils\CliUpdateNotifier.cs (1)
57
interactionService.
DisplayVersionUpdateNotification
(newerVersion.ToString(), updateCommand);
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
979
=> _innerService.
DisplayVersionUpdateNotification
(newerVersion, updateCommand);