7 implementations of DisplayVersionUpdateNotification
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
221
public void
DisplayVersionUpdateNotification
(string newerVersion)
Interaction\ExtensionInteractionService.cs (1)
304
public void
DisplayVersionUpdateNotification
(string newerVersion)
Aspire.Cli.Tests (5)
Commands\NewCommandTests.cs (1)
684
public void
DisplayVersionUpdateNotification
(string newerVersion) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
986
public void
DisplayVersionUpdateNotification
(string newerVersion) { }
Templating\DotNetTemplateFactoryTests.cs (1)
416
public void
DisplayVersionUpdateNotification
(string message) { }
TestServices\TestConsoleInteractionService.cs (1)
110
public void
DisplayVersionUpdateNotification
(string newerVersion)
TestServices\TestExtensionInteractionService.cs (1)
136
public void
DisplayVersionUpdateNotification
(string newerVersion)
1 reference to DisplayVersionUpdateNotification
aspire (1)
Utils\CliUpdateNotifier.cs (1)
52
interactionService.
DisplayVersionUpdateNotification
(newerVersion.ToString());