xamarin-macios/tools/mtouch
Rolf Bjarne Kvinge 848dcddba3 [mtouch] Load assemblies correctly when loading cached list. (#2124)
Make sure to instantiate an Assembly instance for every assembly loaded using
the cached list of assemblies.

Fixes the following test failures:

1. Xamarin.MTouch.RebuildTest_WithExtensions("single","",False,System.String[]) :   second build
  Expected: 0
  But was:  1

2. Xamarin.MTouch.RebuildTest_WithExtensions("dual","armv7,arm64",False,System.String[]) :   second build
  Expected: 0
  But was:  1

3. Xamarin.MTouch.RebuildTest_WithExtensions("llvm","armv7+llvm",False,System.String[]) :   second build
  Expected: 0
  But was:  1

4. Xamarin.MTouch.RebuildTest_WithExtensions("debug","",True,System.String[]) :   second build
  Expected: 0
  But was:  1

5. Xamarin.MTouch.RebuildTest_WithExtensions("single-framework","",False,System.String[]) :   second build
  Expected: 0
  But was:  1
2017-05-24 21:03:32 +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] Fix condition to detect a mix of dylibs and frameworks for the same library. Fixes #56679. (#2116) 2017-05-22 19:11:34 +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] Load assemblies correctly when loading cached list. (#2124) 2017-05-24 21:03:32 +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