Resharper won't find addin...
I have an addin which Resharper 2.5.7 is running fine. When I run the same tests from Resharper, no luck.
I have the addin installed here:
C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\addins
I tried these paths as well. These match what Resharper's documentation says to use, though NUnit doesn't find the addin there:
C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\bin\addins
C:\Program Files (x86)\NUnit 2.5.7\bin\addins
Resharper is configured to run NUnit 2.5.7 from specific folder:
C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\
It is configured to load NUnit addins "Always".
Any guesses whats going wrong? The addin is a ISuiteBuilder, runs fine from NUnit command line and NUnit GUI. Maybe it is loading the addon but not using the ISuiteBuilder? I have no way to debug what Resharper is doing.
Please sign in to leave a comment.
If you want to try to repro, the addin can be built from source at http://github.com/fschwiet/DreamNJasmine. Its the NJasmine.dll.
I really should have proofread this. Resharper won't find an
NUnit addin I am working on,
NUnit 2.5.7 finds it fine.
Hello frank,
Does this happen only with your add-in in particular or with any add-in?
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I've tried only the one addon. Before you ask me to repro this with other addons, could you please clarify which directory the addin should be on in the first place? Also consider trying to repro the issue, I've sent you a link to the addon.
I have not found any documentation on how to use addins, but for jasmine the nunit version might be the problem.
see: https://github.com/fschwiet/DreamNJasmine#readme
R# uses NUnit 2.5.7
Apparently nunit addins are not supported (?) http://stackoverflow.com/questions/3036995/nunit-addins-with-resharper-5