4 instantiations of ExtensionIncompatibleException
aspire (2)
Backchannel\ExtensionBackchannel.cs (2)
304
throw new
ExtensionIncompatibleException
(
320
throw new
ExtensionIncompatibleException
(
Aspire.Cli.Tests (2)
Backchannel\ExtensionBackchannelTests.cs (2)
67
var setupException = new
ExtensionIncompatibleException
("Simulated incompatible extension.", "test-capability");
108
var setupException = new
ExtensionIncompatibleException
("Simulated takeover setup failure.", "test-capability");
6 references to ExtensionIncompatibleException
aspire (2)
Backchannel\ExtensionBackchannel.cs (2)
181
catch (
ExtensionIncompatibleException
ex)
211
catch (
ExtensionIncompatibleException
)
Aspire.Cli.Tests (4)
Backchannel\ExtensionBackchannelTests.cs (4)
67
var
setupException = new ExtensionIncompatibleException("Simulated incompatible extension.", "test-capability");
95
var
retryException = await Assert.ThrowsAsync<
ExtensionIncompatibleException
>(() => backchannel.ConnectAsync(CancellationToken.None)).DefaultTimeout();
108
var
setupException = new ExtensionIncompatibleException("Simulated takeover setup failure.", "test-capability");