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