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