4 references to IsAspNetCoreDevelopmentCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
37
.Where(c => c.
IsAspNetCoreDevelopmentCertificate
())
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
777
Assert.All(certs, (cert) => cert.
IsAspNetCoreDevelopmentCertificate
());
819
Assert.All(certs, (cert) => cert.
IsAspNetCoreDevelopmentCertificate
());
Aspire.TestUtilities (1)
RequiresDevCertAttribute.cs (1)
27
.Where(c => c.
IsAspNetCoreDevelopmentCertificate
())