5 references to EnableTracingForAzureSdk
Aspire.Azure.Messaging.ServiceBus.Tests (5)
AzureMessagingServiceBusSettingsTests.cs (1)
16RemoteExecutor.Invoke(() => EnsureTracingIsEnabledWhenAzureSwitchIsSet(false), ConformanceTests.EnableTracingForAzureSdk()).Dispose();
ConformanceTests_Queue.cs (2)
41=> RemoteInvokeWithLogging(() => new ConformanceTests_Queue().ActivitySourceTest(key: null), Output, EnableTracingForAzureSdk()); 45=> RemoteInvokeWithLogging(() => new ConformanceTests_Queue().ActivitySourceTest(key: "key"), Output, EnableTracingForAzureSdk());
ConformanceTests_Topic.cs (2)
42=> RemoteInvokeWithLogging(() => new ConformanceTests_Topic().ActivitySourceTest(key: null), Output, EnableTracingForAzureSdk()); 46=> RemoteInvokeWithLogging(() => new ConformanceTests_Topic().ActivitySourceTest(key: "key"), Output, EnableTracingForAzureSdk());