2 references to DebugSessionTelemetryOptOutName
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
344
context.EnvironmentVariables[DashboardConfigNames.
DebugSessionTelemetryOptOutName
.EnvVarName] = optOutValue;
Aspire.Hosting.Tests (1)
Dashboard\DashboardLifecycleHookTests.cs (1)
147
Assert.Equal(telemetryEnabled, bool.TryParse(dashboardEnvironmentVariables.GetValueOrDefault(DashboardConfigNames.
DebugSessionTelemetryOptOutName
.EnvVarName, null), out var b) ? b : null);