7 instantiations of HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
64
var callbackContext = new
HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting.JavaScript.Tests (6)
AddViteAppTests.cs (6)
311
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
371
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
422
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
478
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
534
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
609
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
10 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)
64
var
callbackContext = new HttpsCertificateConfigurationCallbackAnnotationContext
ResourceBuilderExtensions.cs (1)
2614
public static IResourceBuilder<TResource> WithHttpsCertificateConfiguration<TResource>(this IResourceBuilder<TResource> builder, Func<
HttpsCertificateConfigurationCallbackAnnotationContext
, Task> callback)
Aspire.Hosting.JavaScript.Tests (6)
AddViteAppTests.cs (6)
311
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
371
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
422
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
478
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
534
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
609
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext