We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd0449 commit 2591227Copy full SHA for 2591227
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestUtilities.cs
@@ -32,6 +32,7 @@ public static void CheckNoEventSourcesRunning(string message = "")
32
eventSource.Name != "Microsoft-Windows-DotNETRuntime" &&
33
eventSource.Name != "System.Runtime" &&
34
eventSource.Name != "System.Diagnostics.Metrics" &&
35
+ eventSource.Name != "Microsoft-Diagnostics-DiagnosticSource" &&
36
37
// event source from xunit runner
38
eventSource.Name != "xUnit.TestEventSource" &&
0 commit comments