I wrote a Resharper plugin that seems to only work when users have the Resharper SDK installed. Is there a way to package the required libraries into the plugin dll, so that users just need to drop the dll in their Resharper Plugin directory for Visual Studio to recognize it?
Share
You don’t need to package the libraries, only your plugin. If it’s not working, check it on the
Pluginsoptions page, see if it’s loaded. There’s a developer log link on the bottom of the page.