Deploying a CodeRush plugin from the Community Site

主宰稳场 提交于 2019-12-12 21:12:23

问题


If I have a plugin that I want to deploy from the DevExpress CodeRush Community site, how do I deploy it onto my machine?

This one looks like such a useful plugin.


回答1:


How do I install a plugin

Instructions are linked to, from the top of each plugin page. Look for the blue button that says "Install help" (Also linked here)

Essentially all you have to do is drop the dll in the right directory and restart studio.

Issues

One potential issue surrounds the idea that dlls built on machines other than your own, are not inherently trusted by your machine and therefore will not always be loaded until they have been unblocked. (A one time exercise per dll at most)

Travis Illig has some information on how to deal with this situation.




回答2:


Top Menu - DevExpress - Community Plug-Ins... - Past link in URL: Combo - Get Plug-in




回答3:


Since the 11.2 release, IDE Tools includes a special VSIX DXCore plug-in project template that allows you to create a usual DXCore plug-in and deploy it through an Extension to the Visual Studio IDE.



来源:https://stackoverflow.com/questions/5597725/deploying-a-coderush-plugin-from-the-community-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!