2 instantiations of HttpsCertificateConfigurationCallbackAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
2592
var annotation = new
HttpsCertificateConfigurationCallbackAnnotation
(callback);
Aspire.Hosting.Tests (1)
ResourceExecutionConfigurationGathererTests.cs (1)
519
.WithAnnotation(new
HttpsCertificateConfigurationCallbackAnnotation
(ctx =>
15 references to HttpsCertificateConfigurationCallbackAnnotation
Aspire.Hosting (5)
ApplicationModel\HttpsCertificateConfigurationCallbackAnnotaion.cs (1)
22
/// Context provided to a <see cref="
HttpsCertificateConfigurationCallbackAnnotation
"/> callback.
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (3)
77
foreach (
var
callback in resource.TryGetAnnotationsOfType<
HttpsCertificateConfigurationCallbackAnnotation
>(out var callbacks) ? callbacks : Enumerable.Empty<
HttpsCertificateConfigurationCallbackAnnotation
>())
ResourceBuilderExtensions.cs (1)
2592
var
annotation = new HttpsCertificateConfigurationCallbackAnnotation(callback);
Aspire.Hosting.JavaScript.Tests (10)
AddViteAppTests.cs (10)
303
var
certConfigAnnotation = nodeResource.Annotations
304
.OfType<
HttpsCertificateConfigurationCallbackAnnotation
>()
363
var
certConfigAnnotation = nodeResource.Annotations
364
.OfType<
HttpsCertificateConfigurationCallbackAnnotation
>()
414
var
certConfigAnnotation = nodeResource.Annotations
415
.OfType<
HttpsCertificateConfigurationCallbackAnnotation
>()
467
var
certConfigAnnotation = nodeResource.Annotations
468
.OfType<
HttpsCertificateConfigurationCallbackAnnotation
>()
528
var
certConfigAnnotation = nodeResource.Annotations
529
.OfType<
HttpsCertificateConfigurationCallbackAnnotation
>()