5 references to EnvironmentCallbackAnnotation
Aspire.Hosting (3)
Dashboard\DashboardEventHandlers.cs (1)
499
dashboardResource.Annotations.Add(new
EnvironmentCallbackAnnotation
(ConfigureEnvironmentVariables));
OtlpConfigurationExtensions.cs (1)
59
resource.Annotations.Add(new
EnvironmentCallbackAnnotation
(async context =>
ResourceBuilderExtensions.cs (1)
388
return builder.WithAnnotation(new
EnvironmentCallbackAnnotation
(callback));
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
391
resourceWithEnv.Annotations.Add(new
EnvironmentCallbackAnnotation
(context =>
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
549
resourceWithEnv.Annotations.Add(new
EnvironmentCallbackAnnotation
(context =>