Develop and use Resharper plugin without NuGet
Hi,
I read the documentation regarding how to do develop and publish a Resharper plugin in version 8.2 using NuGet.
However, currently I only want to use it on my own, without any need for publishing (and internet access). In previous versions it was possible to simply place my plugin DLL in the plugins directory, and use it.
How do I do it in version 8.2?
Thanks.
Please sign in to leave a comment.
Hello Yonatan,
If you have needed extenstion as *.nupkg file, you may specify the folder with such file there ReSharper | Options | Environment | Extension Manager | Add. Then open Extension Manager and you will be able to install such extension to ReSharper from local copy.
Thanks!