4 instantiations of AzureContainerAppCustomizationAnnotation
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppContainerExtensions.cs (1)
45
container.WithAnnotation(new
AzureContainerAppCustomizationAnnotation
(configure));
AzureContainerAppExecutableExtensions.cs (1)
45
return executable.WithAnnotation(new
AzureContainerAppCustomizationAnnotation
(configure));
AzureContainerAppProjectExtensions.cs (1)
45
project.WithAnnotation(new
AzureContainerAppCustomizationAnnotation
(configure));
Aspire.Hosting.Azure.Tests (1)
PublicApiTests\AppContainersPublicApiTests.cs (1)
43
var action = () => new
AzureContainerAppCustomizationAnnotation
(configure);
2 references to AzureContainerAppCustomizationAnnotation
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
116
if (resource.TryGetAnnotationsOfType<
AzureContainerAppCustomizationAnnotation
>(out var annotations))
118
foreach (
var
a in annotations)