c# - Using Microsoft.VisualStudio.TestTools.UnitTesting without Visual Studio? -


i'm trying build open source project in sharpdevelop, tests don't compile references microsoft.visualstudio.testtools.unittesting namespace.

i don't have visual studio (not express editions). there way compile project without visual studio (and without changing code use nunit)?

i no, because can see namespace, ms test framework relies on visual studio.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -