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