2 instantiations of CertificateServiceException
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (1)
567
throw new
CertificateServiceException
("Failed to trust certificates");
Commands\RunCommandTests.cs (1)
121
throw new Aspire.Cli.Certificates.
CertificateServiceException
("Failed to trust certificates");
2 references to CertificateServiceException
aspire (2)
Commands\RunCommand.cs (1)
318
catch (
CertificateServiceException
ex)
Templating\DotNetTemplateFactory.cs (1)
270
catch (
CertificateServiceException
ex)