xamarin-macios/tests/mmp-aot-tests
Rolf Bjarne Kvinge 76fc9dc3bf
Improve our error handling code. (#8591)
* Move much of ErrorHandler.cs into a partial class in ErrorHandler.tools.cs,
  which is referenced by mtouch and mmp (but not our runtime).
* Add ErrorHandler.runtime.cs for runtime-specific bits, including a simpler
  version of ErrorHandler.Show. In particular this gets rid of the call to
  Environment.Exit, which should never happen at runtime.
* Rename MonoTouchException and MonoMacException to ProductException, which
  allows us to remove a lot of ifdefs.
* This required moving Application.LoadSymbols and Target.LoadSymbols to
  shared mtouch/mmp code.
2020-05-14 16:45:05 +02:00
..
.gitignore [mmp] Move tools/mmp/tests to tests/mmp-aot-tests. (#8317) 2020-04-08 16:19:39 +02:00
Makefile [mmp] Move tools/mmp/tests to tests/mmp-aot-tests. (#8317) 2020-04-08 16:19:39 +02:00
aot.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00
packages.config [mmp] Move tools/mmp/tests to tests/mmp-aot-tests. (#8317) 2020-04-08 16:19:39 +02:00