1 write to StartException
Aspire.Cli.Tests (1)
Utils\DevCertsCheckTests.cs (1)
527StartException = new InvalidOperationException("openssl failed to start")
2 references to StartException
Aspire.Cli.Tests (2)
TestServices\TestProcessExecutionFactory.cs (2)
214if (StartException is not null) 216throw StartException;