Activity log for bug #1193957

Date Who What changed Old value New value Message
2013-06-24 01:04:01 Kurt Schelfthout bug added bug
2013-08-05 13:19:58 Charlie Poole nunit-vs-adapter: milestone 2.0
2013-10-03 16:54:09 Bradley S. Serbus bug added subscriber Bradley S. Serbus
2013-10-18 03:23:15 Charlie Poole nunit-vs-adapter: status New Won't Fix
2013-10-18 03:23:17 Charlie Poole nunit-vs-adapter: milestone 2.0
2013-10-19 05:25:01 Charlie Poole tags github
2013-10-19 05:25:32 Charlie Poole nunit-vs-adapter: status Won't Fix Triaged
2013-11-20 19:18:41 Charlie Poole description We are trying to write an NUnit plugin for FsCheck (github.com/fsharp/fscheck). The addin works fine with the standalone test runner, although it is not shown in the addin dialog. According to this converstaion in the mailing list, this is because the addin is built with .NET 4.0: https://groups.google.com/forum/#!topic/nunit-discuss/je0VXIsVQNQ The addin is also written and compiled using F# (3.0). The addin does not work with the test adapter - we've tried putting the addin and its dependencies in the addins folder where the adapter lives, as well in the folder itself. It looks like it is never loaded. It's not clear how to go about writing an addin for NUnit that works with the standalone runner, the test adapter, the test adapter NuGet package, and Resharper. [Issue now tracked on github: https://github.com/nunit/nunit-vs-adapter/issues/9] We are trying to write an NUnit plugin for FsCheck (github.com/fsharp/fscheck). The addin works fine with the standalone test runner, although it is not shown in the addin dialog. According to this converstaion in the mailing list, this is because the addin is built with .NET 4.0: https://groups.google.com/forum/#!topic/nunit-discuss/je0VXIsVQNQ The addin is also written and compiled using F# (3.0). The addin does not work with the test adapter - we've tried putting the addin and its dependencies in the addins folder where the adapter lives, as well in the folder itself. It looks like it is never loaded. It's not clear how to go about writing an addin for NUnit that works with the standalone runner, the test adapter, the test adapter NuGet package, and Resharper.