[loader] --enable-minimal=assembly_remapping implies no strict strong name checking
authorAleksey Kliger <aleksey@xamarin.com>
Wed, 26 Apr 2017 21:25:15 +0000 (17:25 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Wed, 26 Apr 2017 23:09:05 +0000 (19:09 -0400)
commit0d920026b52095f00c8a0c19533e10cbc976d3f9
treeb80b9113e9fd0b3e635d122765c3f6c2387e2694
parent00ef68347f3de49fac282df5b2f53ce07af878fc
[loader] --enable-minimal=assembly_remapping implies no strict strong name checking

When strict strong name checking is enabled, Mono will check public key tokens
and versions match between a requested assembly reference and a candidate found
via its usual loading directories.

amend
configure.ac
mono/metadata/appdomain.c
mono/metadata/assembly.c