Nunit test project won't compile under mono
Posted
by Quandary
on Stack Overflow
See other posts from Stack Overflow
or by Quandary
Published on 2010-06-05T11:40:52Z
Indexed on
2010/06/05
11:42 UTC
Read the original article
Hit count: 425
Question:
I am implementing an OpenSource version of Microbosoft Sync framework, [http://www.microsoft.com/downloads/d...isplaylang=en]
(Checkout: git clone [email protected]:quandary/SyncFramework.git) but I ran into a unittest problem.
I added a nunit test-project to the C# project, but it's not compiling...
I created the project on Windows, and there it compiled well. On Linux, the project compiles well, but compiling the unittest, I always get: Assembly 'nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09
My problem now is I installed nunit and added a reference to it (on Linux with mono), but I still get this message, I take out 'require specific version', and I still get this message...
I also removed the windows reference to nunit, but still no change.
© Stack Overflow or respective owner