2 references to DebugSessionTelemetryOptOutName
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
732context.EnvironmentVariables[DashboardConfigNames.DebugSessionTelemetryOptOutName.EnvVarName] = optOutValue;
Aspire.Hosting.Tests (1)
Dashboard\DashboardEventHandlersTests.cs (1)
272Assert.Equal(telemetryEnabled, bool.TryParse(environmentVariables.GetValueOrDefault(DashboardConfigNames.DebugSessionTelemetryOptOutName.EnvVarName), out var b) ? b : null);