Closed mrward closed 8 years ago
It's a bug in MonoDevelop, see https://github.com/mono/monodevelop/commit/92ada36d31247e1edfe17ed23a5a0d0f114b6b47
Though @slluis seems to have now reverted the fix, not sure why.
The change broke the build, and I didn't want to leave it broken before going to sleep. I'll do a proper fix today.
To repro:
git clone git@github.com:mono/monodevelop.git cd monodevelop git checkout roslyn git submodule update --init --recursive make cd ..
git clone https://github.com/mhutch/MonoDevelop.AddinMaker cd MonoDevelop.AddinMaker nuget restore MonoDevelop.AddinMaker.sln make install /p:MDBinDir=../monodevelop/main/build/bin /p:MDProfileVersion=6.0
The build then fails since it seems to find addin dlls from the monodevelop/main/build/test directory.
I ended up removing the tests directory to resolve this. Just wondering if the tests directory should be excluded.