4 references to ConfigureEnvironmentVariables
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
499
dashboardResource.Annotations.Add(new EnvironmentCallbackAnnotation(
ConfigureEnvironmentVariables
));
Aspire.Hosting.Tests (3)
Dashboard\DashboardEventHandlersTests.cs (3)
305
await hook.
ConfigureEnvironmentVariables
(new EnvironmentCallbackContext(context, environmentVariables: envVars, resource: dashboardResource));
354
await hook.
ConfigureEnvironmentVariables
(new EnvironmentCallbackContext(context, environmentVariables: environmentVariables, resource: dashboardResource));
395
await hook.
ConfigureEnvironmentVariables
(new EnvironmentCallbackContext(context, environmentVariables: environmentVariables, resource: dashboardResource));