9 implementations of DisplayCancellationMessage
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
383public void DisplayCancellationMessage()
Interaction\ExtensionInteractionService.cs (1)
354public void DisplayCancellationMessage()
Aspire.Cli.Tests (7)
Commands\NewCommandTests.cs (1)
1578public void DisplayCancellationMessage() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
957public void DisplayCancellationMessage() { }
Commands\UpdateCommandTests.cs (1)
1067public void DisplayCancellationMessage()
Projects\ExtensionGuestLauncherTests.cs (1)
170public void DisplayCancellationMessage() => throw new NotImplementedException();
Templating\DotNetTemplateFactoryTests.cs (1)
485public void DisplayCancellationMessage() { }
TestServices\TestExtensionInteractionService.cs (1)
120public void DisplayCancellationMessage()
TestServices\TestInteractionService.cs (1)
161public void DisplayCancellationMessage()
11 references to DisplayCancellationMessage
aspire (10)
Commands\AddCommand.cs (1)
261InteractionService.DisplayCancellationMessage();
Commands\ExecCommand.cs (1)
263InteractionService.DisplayCancellationMessage();
Commands\RestoreCommand.cs (1)
137InteractionService.DisplayCancellationMessage();
Commands\RunCommand.cs (1)
369InteractionService.DisplayCancellationMessage();
Commands\UpdateCommand.cs (3)
137InteractionService.DisplayCancellationMessage(); 261InteractionService.DisplayCancellationMessage(); 325InteractionService.DisplayCancellationMessage();
Projects\GuestAppHostProject.cs (2)
579_interactionService.DisplayCancellationMessage(); 911_interactionService.DisplayCancellationMessage();
Templating\DotNetTemplateFactory.cs (1)
602interactionService.DisplayCancellationMessage();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
1070_innerService.DisplayCancellationMessage();