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