2 instantiations of HttpsCertificateConfigurationCallbackAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
2592var 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)
77foreach (var callback in resource.TryGetAnnotationsOfType<HttpsCertificateConfigurationCallbackAnnotation>(out var callbacks) ? callbacks : Enumerable.Empty<HttpsCertificateConfigurationCallbackAnnotation>())
ResourceBuilderExtensions.cs (1)
2592var annotation = new HttpsCertificateConfigurationCallbackAnnotation(callback);
Aspire.Hosting.JavaScript.Tests (10)
AddViteAppTests.cs (10)
303var certConfigAnnotation = nodeResource.Annotations 304.OfType<HttpsCertificateConfigurationCallbackAnnotation>() 363var certConfigAnnotation = nodeResource.Annotations 364.OfType<HttpsCertificateConfigurationCallbackAnnotation>() 414var certConfigAnnotation = nodeResource.Annotations 415.OfType<HttpsCertificateConfigurationCallbackAnnotation>() 467var certConfigAnnotation = nodeResource.Annotations 468.OfType<HttpsCertificateConfigurationCallbackAnnotation>() 528var certConfigAnnotation = nodeResource.Annotations 529.OfType<HttpsCertificateConfigurationCallbackAnnotation>()