6 instantiations of HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
63
var callbackContext = new
HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting.JavaScript.Tests (5)
AddViteAppTests.cs (5)
311
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
371
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
422
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
478
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
536
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
9 references to HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting (4)
ApplicationModel\HttpsCertificateConfigurationCallbackAnnotaion.cs (2)
13
public sealed class HttpsCertificateConfigurationCallbackAnnotation(Func<
HttpsCertificateConfigurationCallbackAnnotationContext
, Task> callback) : IResourceAnnotation
18
public Func<
HttpsCertificateConfigurationCallbackAnnotationContext
, Task> Callback { get; } = callback ?? throw new ArgumentNullException(nameof(callback));
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
63
var
callbackContext = new HttpsCertificateConfigurationCallbackAnnotationContext
ResourceBuilderExtensions.cs (1)
2586
public static IResourceBuilder<TResource> WithHttpsCertificateConfiguration<TResource>(this IResourceBuilder<TResource> builder, Func<
HttpsCertificateConfigurationCallbackAnnotationContext
, Task> callback)
Aspire.Hosting.JavaScript.Tests (5)
AddViteAppTests.cs (5)
311
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
371
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
422
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
478
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
536
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext