Tag: monodevelop

  • Compiling latest versions of monodevelop on FreeBSD

    Clone their repository from git (tarballs created by them fail way too often) git clone https://github.com/mono/monodevelop.git Optionally checkout version you want to run (list tags by running git tag -l in that newly created monodevelop dir, and checkout one you want using command similar to git checkout tags/monodevelop-5.7.1.47).After that you need to edit file monodevelop/scripts/configure.sh…

  • Running unit tests from console

    If you created and compiled unit tests using MonoDevelop you need to copy several dlls to the same directory before you can use nunit-console with compiled dll. Those libraries can be found /usr/local/lib/monodevelop/AddIns/NUnit directory