xamarin-macios/docs
Rolf Bjarne Kvinge 85f28fbd59 [mtouch] Warn if mtouch loads an assembly from a different location than requested.
Warn if mtouch loads an assembly from a different location than requested
(which might be because there are multiple assemblies with the same name).

Also rework the MT0023 check a bit by explicitly loading the root assembly
first, and then detecting if any loaded assemblies matches the root assembly.
This results in code that's a bit more obvious, and it also works correctly
with extensions (previously the entire MT0023 check was skipped for
extensions).
2017-02-10 16:39:15 +01:00
..
website [mtouch] Warn if mtouch loads an assembly from a different location than requested. 2017-02-10 16:39:15 +01:00
code-sharing-with-user-frameworks.md Document how code sharing between apps and app extensions work. 2017-02-10 16:39:12 +01:00