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
Post a Comment