1 instantiation of ContainerCertificateTrustCallbackAnnotationContext
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2232
var context = new
ContainerCertificateTrustCallbackAnnotationContext
4 references to ContainerCertificateTrustCallbackAnnotationContext
Aspire.Hosting (4)
ApplicationModel\ContainerCertificateTrustCallbackAnnotation.cs (2)
12
public sealed class ContainerCertificateTrustCallbackAnnotation(Func<
ContainerCertificateTrustCallbackAnnotationContext
, Task> callback) : IResourceAnnotation
17
public Func<
ContainerCertificateTrustCallbackAnnotationContext
, Task> Callback { get; } = callback ?? throw new ArgumentNullException(nameof(callback));
ContainerResourceBuilderExtensions.cs (1)
1011
public static IResourceBuilder<TResource> WithContainerCertificateTrustCallback<TResource>(this IResourceBuilder<TResource> builder, Func<
ContainerCertificateTrustCallbackAnnotationContext
, Task> callback)
Dcp\DcpExecutor.cs (1)
2232
var
context = new ContainerCertificateTrustCallbackAnnotationContext