11 instantiations of AppHostIncompatibleException
aspire (6)
Backchannel\AppHostCliBackchannel.cs (2)
357throw new AppHostIncompatibleException( 385throw new AppHostIncompatibleException(
Commands\PipelineCommandBase.cs (2)
237throw new AppHostIncompatibleException( 337throw new AppHostIncompatibleException(
Commands\RenderCommand.cs (1)
458var ex = new AppHostIncompatibleException(
Projects\DotNetAppHostProject.cs (1)
2366var exception = new AppHostIncompatibleException(
Aspire.Cli.Tests (5)
Interaction\ConsoleInteractionServiceTests.cs (5)
574var ex = new AppHostIncompatibleException("Incompatible [version]", "capability [Prod]"); 607var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 624var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 641var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 658var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2");
19 references to AppHostIncompatibleException
aspire (8)
Commands\PipelineCommandBase.cs (1)
435catch (AppHostIncompatibleException ex)
Commands\RenderCommand.cs (1)
458var ex = new AppHostIncompatibleException(
Commands\RunCommand.cs (1)
623catch (AppHostIncompatibleException ex)
DotNet\DotNetCliRunner.cs (1)
569catch (AppHostIncompatibleException ex)
Interaction\ConsoleInteractionService.cs (1)
441public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)
Interaction\ExtensionInteractionService.cs (1)
380public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingSdkVersion)
Interaction\IInteractionService.cs (1)
30int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion);
Projects\DotNetAppHostProject.cs (1)
2366var exception = new AppHostIncompatibleException(
Aspire.Cli.Tests (11)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1240public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion) => 0;
Commands\UpdateCommandTests.cs (1)
3530public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)
Interaction\ConsoleInteractionServiceTests.cs (5)
574var ex = new AppHostIncompatibleException("Incompatible [version]", "capability [Prod]"); 607var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 624var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 641var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 658var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2");
Projects\ExtensionGuestLauncherTests.cs (1)
171public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion) => throw new NotImplementedException();
Templating\DotNetTemplateFactoryTests.cs (1)
408public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion) => 0;
TestServices\TestExtensionInteractionService.cs (1)
107public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)
TestServices\TestInteractionService.cs (1)
238public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)