Skip to content

Commit fba87ae

Browse files
committed
Enabling duplicate event source names
1 parent 12618ff commit fba87ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"configProperties": {
3+
// Enable duplicate event source names: https://github.com/dotnet/runtime/issues/56052
4+
"System.Diagnostics.Tracing.EventSource.AllowDuplicateSourceNames": true
5+
}
6+
}

0 commit comments

Comments
 (0)