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