I've been tryting to geet xunit to build ScriptCs.Engine.Mono but Moq keeps failing. So I've tracked down the bug in Moq/Castle. Moq is failing on generating a proxy for ServiceOverides. Here is good general description of the problem. http://stackoverflow.com/questions/18034341/system-collections-generic-keynotfoundexception-with-mono-but-not-microsofts
The problem is actually in Castle.Core v3.2.0 but there is a fix in v3.2.1 for this. So I've raised an issue devlooped/moq/issues/113 to check if they are willing to upgrade.
This is probably not the only issue getting the tests to run, but it's a start.
I've been tryting to geet xunit to build ScriptCs.Engine.Mono but Moq keeps failing. So I've tracked down the bug in Moq/Castle. Moq is failing on generating a proxy for
ServiceOverides. Here is good general description of the problem. http://stackoverflow.com/questions/18034341/system-collections-generic-keynotfoundexception-with-mono-but-not-microsoftsThe problem is actually in Castle.Core v3.2.0 but there is a fix in v3.2.1 for this. So I've raised an issue devlooped/moq/issues/113 to check if they are willing to upgrade.
This is probably not the only issue getting the tests to run, but it's a start.