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