15 references to SSLCertificate
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
1535[RequiresFeature(TestFeature.SSLCertificate)]
Aspire.Templates.Tests (10)
BuildAndRunStarterTemplateBuiltInTest.cs (1)
31[RequiresFeature(TestFeature.SSLCertificate)]
BuildAndRunTemplateTests.cs (2)
31[RequiresFeature(TestFeature.SSLCertificate), RequiresFeature(TestFeature.Playwright)] 166[RequiresFeature(TestFeature.SSLCertificate), RequiresFeature(TestFeature.Playwright)]
EmptyTemplateRunTests.cs (1)
21[RequiresFeature(TestFeature.SSLCertificate)]
PerTestFrameworkTemplatesTests.cs (1)
39if (RequiresFeatureAttribute.IsFeatureSupported(TestFeature.SSLCertificate))
StarterTemplateProjectNamesTests.cs (1)
23[RequiresFeature(TestFeature.SSLCertificate)]
StarterTemplateRunTests.cs (1)
9[RequiresFeature(TestFeature.SSLCertificate)]
StarterTemplateRunTests_PreviousTFM.cs (1)
9[RequiresFeature(TestFeature.SSLCertificate)]
StarterTemplateWithRedisCacheTests.cs (1)
10[RequiresFeature(TestFeature.SSLCertificate)]
StarterTemplateWithRedisCacheTests_PreviousTFM.cs (1)
10[RequiresFeature(TestFeature.SSLCertificate)]
Aspire.TestUtilities (4)
RequiresFeatureAttribute.cs (4)
30if ((Feature & TestFeature.SSLCertificate) == TestFeature.SSLCertificate && !IsSslCertificateSupported()) 140if ((feature & TestFeature.SSLCertificate) == TestFeature.SSLCertificate && !IsSslCertificateSupported())