12 instantiations of HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
65
var callbackContext = new
HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting.Azure.Tests (2)
AzureCosmosDBExtensionsTests.cs (2)
676
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
744
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting.JavaScript.Tests (9)
AddViteAppTests.cs (9)
572
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
632
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
684
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
730
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
782
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
841
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
914
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
1019
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
1110
var context = new
HttpsCertificateConfigurationCallbackAnnotationContext
15 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)
65
var
callbackContext = new HttpsCertificateConfigurationCallbackAnnotationContext
ResourceBuilderExtensions.cs (1)
4279
public static IResourceBuilder<TResource> WithHttpsCertificateConfiguration<TResource>(this IResourceBuilder<TResource> builder, Func<
HttpsCertificateConfigurationCallbackAnnotationContext
, Task> callback)
Aspire.Hosting.Azure.Tests (2)
AzureCosmosDBExtensionsTests.cs (2)
676
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
744
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
Aspire.Hosting.JavaScript.Tests (9)
AddViteAppTests.cs (9)
572
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
632
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
684
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
730
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
782
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
841
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
914
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
1019
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext
1110
var
context = new HttpsCertificateConfigurationCallbackAnnotationContext