9 implementations of DisplayVersionUpdateNotification
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
412
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Interaction\ExtensionInteractionService.cs (1)
411
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Aspire.Cli.Tests (7)
Commands\NewCommandTests.cs (1)
1589
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
964
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null) { }
Commands\UpdateCommandTests.cs (1)
1073
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
Projects\ExtensionGuestLauncherTests.cs (1)
178
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null) => throw new NotImplementedException();
Templating\DotNetTemplateFactoryTests.cs (1)
493
public void
DisplayVersionUpdateNotification
(string message, string? updateCommand = null) { }
TestServices\TestExtensionInteractionService.cs (1)
162
public void
DisplayVersionUpdateNotification
(string newerVersion, string? updateCommand = null)
TestServices\TestInteractionService.cs (1)
218
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)
1074
=> _innerService.
DisplayVersionUpdateNotification
(newerVersion, updateCommand);