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