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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -