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