2 writes to EnsureExtractedException
Aspire.Cli.Tests (2)
Commands\StopCommandTests.cs (2)
996EnsureExtractedException = new InvalidOperationException("Bundle extraction failed.") 1034EnsureExtractedException = new PlatformNotSupportedException("Platform denied cleanup.")
2 references to EnsureExtractedException
Aspire.Cli.Tests (2)
Utils\CliTestHelper.cs (2)
833if (EnsureExtractedException is not null) 835throw EnsureExtractedException;