I get this error when I try to run unit tests on a solution originally from Visual Studio: RemotingException: Unix transport error.
I originally let MonoDevelop grab it's own NuGet packages including NUnit 2.6.4, NUnit.Runners 2.6.4, and NUnitTestAdapter 2.0.0. I then tried using the 2.6.3 references included with MonoDevelop and getting rid of NuGet packages including NUnitTestAdapter 2.0.0. I also tried using NUnit 3.0.1. All of these resulted in the same errors. How can I get NUnit to work with this solution?
The project can be found at: https://github.com/ParagonTruss/GeometryClassLibrary