2 instantiations of CertificateServiceException
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (1)
659
throw new
CertificateServiceException
("Failed to trust certificates");
Commands\RunCommandTests.cs (1)
171
throw new Aspire.Cli.Certificates.
CertificateServiceException
("Failed to trust certificates");
3 references to CertificateServiceException
aspire (3)
Commands\ExecCommand.cs (1)
289
catch (
CertificateServiceException
ex)
Commands\RunCommand.cs (1)
376
catch (
CertificateServiceException
ex)
Templating\DotNetTemplateFactory.cs (1)
504
catch (
CertificateServiceException
ex)