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)
2403var exception = new AppHostIncompatibleException(
Aspire.Cli.Tests (5)
Interaction\ConsoleInteractionServiceTests.cs (5)
618var ex = new AppHostIncompatibleException("Incompatible [version]", "capability [Prod]"); 651var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 668var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 685var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 702var 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)
705catch (AppHostIncompatibleException ex)
DotNet\DotNetCliRunner.cs (1)
581catch (AppHostIncompatibleException ex)
Interaction\ConsoleInteractionService.cs (1)
441public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)
Interaction\ExtensionInteractionService.cs (1)
387public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingSdkVersion)
Interaction\IInteractionService.cs (1)
30int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion);
Projects\DotNetAppHostProject.cs (1)
2403var exception = new AppHostIncompatibleException(
Aspire.Cli.Tests (11)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1240public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion) => 0;
Commands\UpdateCommandTests.cs (1)
3535public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)
Interaction\ConsoleInteractionServiceTests.cs (5)
618var ex = new AppHostIncompatibleException("Incompatible [version]", "capability [Prod]"); 651var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 668var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 685var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2"); 702var ex = new AppHostIncompatibleException("Incompatible", "baseline.v2");
Projects\ExtensionGuestLauncherTests.cs (1)
234public 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)
117public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)
TestServices\TestInteractionService.cs (1)
238public int DisplayIncompatibleVersionError(AppHostIncompatibleException ex, string appHostHostingVersion)