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