9 references to PipelineConfigurationAnnotation
Aspire.Hosting (1)
Pipelines\PipelineStepFactoryExtensions.cs (1)
145return builder.WithAnnotation(new PipelineConfigurationAnnotation(callback));
Aspire.Hosting.Azure.Kubernetes (2)
AzureKubernetesEnvironmentExtensions.cs (1)
886resource.Annotations.Add(new PipelineConfigurationAnnotation(async context =>
AzureKubernetesEnvironmentResource.cs (1)
91Annotations.Add(new PipelineConfigurationAnnotation(async context =>
Aspire.Hosting.Azure.Kubernetes.Tests (2)
AzureKubernetesInfrastructureTests.cs (2)
471azureEnvironment.Annotations.Add(new PipelineConfigurationAnnotation(context => 554azureEnvironment.Annotations.Add(new PipelineConfigurationAnnotation(context =>
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxGroupResource.cs (2)
95Annotations.Add(new PipelineConfigurationAnnotation(async context => 274sandboxContainer.Annotations.Add(new PipelineConfigurationAnnotation(async context =>
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (1)
68Annotations.Add(new PipelineConfigurationAnnotation(async (context) =>
Toolbox\FoundryToolboxResource.cs (1)
104Annotations.Add(new PipelineConfigurationAnnotation(context =>