4 writes to TrustDeveloperCertificates
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
2557
annotation.
TrustDeveloperCertificates
??= existingAnnotation.TrustDeveloperCertificates;
2602
TrustDeveloperCertificates
= trust,
2607
annotation.
TrustDeveloperCertificates
??= existingAnnotation.TrustDeveloperCertificates;
2656
annotation.
TrustDeveloperCertificates
??= existingAnnotation.TrustDeveloperCertificates;
5 references to TrustDeveloperCertificates
Aspire.Hosting (5)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
50
trustDevCert = caAnnotation.
TrustDeveloperCertificates
.GetValueOrDefault(trustDevCert);
Dashboard\DashboardEventHandlers.cs (1)
463
trustDeveloperCertificate = certificateAuthorityAnnotation.
TrustDeveloperCertificates
.GetValueOrDefault(trustDeveloperCertificate);
ResourceBuilderExtensions.cs (3)
2557
annotation.TrustDeveloperCertificates ??= existingAnnotation.
TrustDeveloperCertificates
;
2607
annotation.TrustDeveloperCertificates ??= existingAnnotation.
TrustDeveloperCertificates
;
2656
annotation.TrustDeveloperCertificates ??= existingAnnotation.
TrustDeveloperCertificates
;