4 instantiations of ExtensionIncompatibleException
aspire (2)
Backchannel\ExtensionBackchannel.cs (2)
312
throw new
ExtensionIncompatibleException
(
328
throw new
ExtensionIncompatibleException
(
Aspire.Cli.Tests (2)
Backchannel\ExtensionBackchannelTests.cs (2)
84
var setupException = new
ExtensionIncompatibleException
("Simulated incompatible extension.", "test-capability");
125
var setupException = new
ExtensionIncompatibleException
("Simulated takeover setup failure.", "test-capability");
6 references to ExtensionIncompatibleException
aspire (2)
Backchannel\ExtensionBackchannel.cs (2)
189
catch (
ExtensionIncompatibleException
ex)
219
catch (
ExtensionIncompatibleException
)
Aspire.Cli.Tests (4)
Backchannel\ExtensionBackchannelTests.cs (4)
84
var
setupException = new ExtensionIncompatibleException("Simulated incompatible extension.", "test-capability");
112
var
retryException = await Assert.ThrowsAsync<
ExtensionIncompatibleException
>(() => backchannel.ConnectAsync(CancellationToken.None)).DefaultTimeout();
125
var
setupException = new ExtensionIncompatibleException("Simulated takeover setup failure.", "test-capability");