7 implementations of DisplayVersionUpdateNotification
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
246
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Interaction\ExtensionInteractionService.cs (1)
311
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Aspire.Cli.Tests (5)
Commands\NewCommandTests.cs (1)
685
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
997
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null) { }
Templating\DotNetTemplateFactoryTests.cs (1)
399
public void
DisplayVersionUpdateNotification
(string message, string? updateCommand = null) { }
TestServices\TestConsoleInteractionService.cs (1)
128
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
TestServices\TestExtensionInteractionService.cs (1)
141
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
1 reference to DisplayVersionUpdateNotification
aspire (1)
Utils\CliUpdateNotifier.cs (1)
57
interactionService.
DisplayVersionUpdateNotification
(newerVersion.ToString(), updateCommand);