10 references to EnvironmentCallbackAnnotation
Aspire.Hosting (5)
ResourceBuilderExtensions.cs (2)
371return builder.WithAnnotation(new EnvironmentCallbackAnnotation(callback)); 1670builder.WithAnnotation(new EnvironmentCallbackAnnotation(context =>
TerminalResourceBuilderExtensions.cs (2)
249terminalHost.Annotations.Add(new EnvironmentCallbackAnnotation(ctx => 401host.Annotations.Add(new EnvironmentCallbackAnnotation(context =>
VolumeResourceBuilderExtensions.cs (1)
97builder.WithAnnotation(new EnvironmentCallbackAnnotation(
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
301builder.WithAnnotation(new EnvironmentCallbackAnnotation((EnvironmentCallbackContext context) =>
Aspire.Hosting.Azure.ServiceBus (1)
AzureServiceBusExtensions.cs (1)
443builder.WithAnnotation(new EnvironmentCallbackAnnotation((EnvironmentCallbackContext context) =>
Aspire.Hosting.EntityFrameworkCore (1)
EFMigrationResourceBuilderExtensions.cs (1)
338migrationResource.Annotations.Add(new EnvironmentCallbackAnnotation(context =>
Aspire.Hosting.Kubernetes (1)
KubernetesPersistentVolumeExtensions.cs (1)
452builder.WithAnnotation(new EnvironmentCallbackAnnotation(context =>
Aspire.Hosting.Tests (1)
WithOtlpExporterTests.cs (1)
232resource.Annotations.Add(new EnvironmentCallbackAnnotation(context =>