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