browserstack / browserstack-local-csharp

CSharp bindings for BrowserStack Local
https://www.browserstack.com
MIT License
3 stars 12 forks source link

Removing unnecessary libraries #9

Closed domicy closed 8 years ago

domicy commented 8 years ago

Nunit framework and NunitTestAdapter is absolutely not necessary in the BrowserStackLocal library since they can be added in test project. Having Nunit 3 in the library forces everybody to use this 3rd version of NUnit which might cause problems when using earlier version of ReScharper like 9.1.

vedharish commented 8 years ago

@domicy Thank you for pointing this out!

We will release this soon.