xamarin-macios/tools/mtouch
Rolf Bjarne Kvinge 1548594e7b [mtouch] Allow code sharing assemblies from multiple locations if they're identical. Fixes #56513. (#2119)
* [mtouch] Allow code sharing assemblies from multiple locations if they're identical. Fixes #56498.

We disallow code sharing when the same assembly (based on name) is referenced
from multiple paths, but poke a hole in this logic by allowing the same
assembly from multiple paths when those assemblies are 100% identical, since
that should be 100% safe.

https://bugzilla.xamarin.com/show_bug.cgi?id=56498

* [tests] Comment out assert that asserts due to another bug.
2017-05-25 07:10:56 +02:00
..
.gitignore Refactor static registrar to produce both a header and a source file. 2016-05-17 11:23:47 +02:00
Application.cs [mtouch] Allow code sharing assemblies from multiple locations if they're identical. Fixes #56513. (#2119) 2017-05-25 07:10:56 +02:00
Assembly.cs [mtouch] Update code that only considered .mdb (not .pdb) (#2003) 2017-04-17 12:48:35 +02:00
AssemblyResolver.cs [mtouch] Implement support for sharing code between app extensions and container apps. 2017-02-10 16:39:15 +01:00
BitcodeConverter.cs Pass StringComparison to string.StartsWith / EndsWith. (#1316) 2016-12-08 16:54:10 +01:00
BuildTasks.mtouch.cs [mtouch] Fix compiling assemblies to frameworks on watchOS. (#2038) 2017-04-25 17:39:58 +02:00
Makefile [mtouch] Install pdb files, not mdb files (which we're not creating anymore) (#2017) 2017-04-18 09:45:05 -04:00
SdkVersions.cs.in Add mtouch to the build. 2016-04-24 14:47:27 -04:00
Stripper.cs [mtouch] Strip while copying assemblies. 2017-02-10 14:39:48 +01:00
Target.cs [mtouch] Don't look for assembly references in attributes in assemblies we ship. Partially fixes #49087. (#2121) 2017-05-24 21:05:21 +02:00
Tuning.cs [mtouch] Mark all public types in the root assemblies when in embeddinator mode. 2017-04-18 11:36:30 +02:00
error.cs Fixup Xamarin.Mac Hybrid AOT and improve testing (#1995) 2017-05-16 13:29:08 -05:00
monotouch-fixes.c Build our runtime. 2016-04-24 14:47:24 -04:00
mtouch.cs [docs] Document mmp errors and remove duplicated information about mtouch errors. (#2056) 2017-05-01 14:02:54 -04:00
mtouch.csproj [mtouch] Fix linking with the same third-party framework from both extension and container app. Fixes #56635. (#2112) 2017-05-19 17:05:38 +02:00
mtouch.in [mtouch] Exec the binary in the script. (#1295) 2016-12-02 17:41:38 +01:00
mtouch.sln [mtouch] Add the mtouch test project to the Xamarin.iOS solution. (#1510) 2017-01-16 18:46:15 +01:00
simlauncher.m [runtime] Add support for initializing in an embedder mode. 2017-04-18 11:13:42 +02:00