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