5 references to HasProfilingProvider
Aspire.Cli.Tests (5)
Telemetry\TelemetryConfigurationTests.cs (5)
228Assert.False(telemetryManager.HasProfilingProvider, "Expected profiling export to require explicit profiling opt-in"); 256Assert.False(manager.HasProfilingProvider, "Expected detached child profiling export to require an actual profiling session"); 275Assert.True(telemetryManager.HasProfilingProvider, "Expected profiling OTLP export to work even when reported telemetry is opted out"); 292Assert.True(telemetryManager.HasProfilingProvider, "Expected profiling telemetry to use the profiling provider"); 312Assert.False(telemetryManager.HasProfilingProvider);