2 writes to TelemetryOptOut
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
36
options.
TelemetryOptOut
= bool.TryParse(configuration["ASPIRE_DASHBOARD_TELEMETRY_OPTOUT"], out var telemetryOptOut)
Aspire.Hosting.Tests (1)
Dashboard\DashboardLifecycleHookTests.cs (1)
127
TelemetryOptOut
= telemetryEnabled,
2 references to TelemetryOptOut
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
342
if (options.
TelemetryOptOut
is { } optOutValue)
Aspire.Hosting.Tests (1)
Dashboard\DashboardOptionsTests.cs (1)
32
Assert.Equal(expectedValue, dashboardOptions.
TelemetryOptOut
);