Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have our Test Projects referncing to NUnit Framework "" Getting the following error

Detected a probable test framework assembly version mismatch. 
Referenced test frameworks: 'nunit.framework, Version=2.4.6.0, Culture=neutral,         
PublicKeyToken=96d09a1eb7f44a77'.
Supported test frameworks: 'nunit.framework, Version=2.5.4.0-    2.5.65535.65535', 'nunit.framework, Version=2.5.0.0-2.5.3.65535'.
share|improve this question

1 Answer

up vote 0 down vote accepted

This is not really a sonar issue. You have configured sonar to use a version of gallio that is not compatible with nunit 2.6.4 . You have two options. You can try to find another version of gallio that comes with nunit 2.6.4 or you can change your C# project in order to use nunit 2.5.4 instead of nunit 2.6.4 . The second solution is probably the easier one if you are not using advanced nunit features.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.