问题
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