Allow xml configuration sections to reference System.dll (bug#39669)
authorAndi McClure <andi.mcclure@xamarin.com>
Thu, 14 Apr 2016 22:14:10 +0000 (18:14 -0400)
committerAndi McClure <andi.mcclure@xamarin.com>
Thu, 14 Apr 2016 22:14:10 +0000 (18:14 -0400)
commita2e91efda821cbd0c993fb71517b542cd856de3b
tree313154ad7c9b250d3b06fdd3678dba3934610797
parent11059591daf734d1488fc1714fb721724c2df357
Allow xml configuration sections to reference System.dll (bug#39669)

<configuration><configSections><section> in a .config file takes a
type name as argument. Some of the allowed types are in System.dll.
The type lookup is done in System.Configuration.dll and does not find
these types. Check System.dll as a fallback to fix this.
mcs/class/System.Configuration/System.Configuration/InternalConfigurationHost.cs