Implemented interface member:
method
DisplayIncompatibleVersionError
Aspire.Cli.Interaction.IInteractionService.DisplayIncompatibleVersionError(Aspire.Cli.Backchannel.AppHostIncompatibleException, System.String)
2 references to DisplayIncompatibleVersionError
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
226
return _consoleInteractionService.
DisplayIncompatibleVersionError
(ex, appHostHostingSdkVersion);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
377
var exception = Record.Exception(() => interactionService.
DisplayIncompatibleVersionError
(ex, "9.0.0-preview.1 [rc]"));