This is the error:
Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'nCrunch.TestRuntime, Version=1.48.0.5, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea'. Perhaps it doesn't exist in the Mono for Android profile?
To reproduce:
- Create new sln with an Android application (AndroidApplication1, build successful)
- Enable NCrunch
- Add a new Android Class Library (AndroidClassLibrary1, build successful)
- From AndroidApplication1 add a reference to AndroidClassLibrary1 (build error above)
Additional:
- A simple msbuild in the ncrunch build directory has the same result.
- When I add a reference from an android class library to another class library there is no error.
- Other assemblies used by the android class library are not found either.
I guess I could try to add the binaries as 'additional files to include' but I don't think this is how it should work. I could work around it by ignoring the project, but how should it work?