[System] Add performanceCounters element to System.Diagnostics app.config configurati...
commitd77664ceb0b3b1a3799e5666bcb77b4caafde6bb
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 13 Sep 2014 22:07:26 +0000 (14 00:07 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 14 Sep 2014 05:45:11 +0000 (14 07:45 +0200)
tree5160816397588324d7c5c1ec3a5bc5e2cb12fbac
parent80b14d356ffd8fc8a46d74eb7b6428082519f59c
[System] Add performanceCounters element to System.Diagnostics app.config configuration section

See http://msdn.microsoft.com/en-us/library/ms229387(v=vs.110).aspx for details about the element.
The value that is set by the element isn't currently used in Mono, but applications using it in their app.config crash otherwise (e.g. http://stackoverflow.com/questions/25741651).
mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs
mcs/class/System/Test/System.Diagnostics/DiagnosticsConfigurationHandlerTest.cs