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