2 instantiations of AppHostIncompatibleException
aspire (2)
Backchannel\AppHostBackchannel.cs (2)
128
throw new
AppHostIncompatibleException
(
139
throw new
AppHostIncompatibleException
(
5 references to AppHostIncompatibleException
aspire (5)
Commands\PublishCommand.cs (1)
198
catch (
AppHostIncompatibleException
ex)
Commands\RunCommand.cs (1)
311
catch (
AppHostIncompatibleException
ex)
DotNetCliRunner.cs (1)
518
catch (
AppHostIncompatibleException
ex)
Interaction\IInteractionService.cs (1)
16
int DisplayIncompatibleVersionError(
AppHostIncompatibleException
ex, string appHostHostingSdkVersion);
Interaction\InteractionService.cs (1)
78
public int DisplayIncompatibleVersionError(
AppHostIncompatibleException
ex, string appHostHostingSdkVersion)