从社区站点部署 CodeRush 插件
如果我想从 DevExpress CodeRush 社区站点部署一个插件,如何将其部署到我的计算机上?
If I have a plugin that I want to deploy from the DevExpress CodeRush Community site, how do I deploy it onto my machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如何安装插件
每个插件页面顶部都有说明链接。
查找显示“安装帮助”的蓝色按钮(也链接到此处)
基本上,您所要做的就是将 dll 放入正确的目录并重新启动 studio。
问题
一个潜在的问题围绕这种想法是,在您自己的计算机以外的计算机上构建的 dll 本身并不受到您的计算机的信任,因此在它们被解锁之前不会总是被加载。 (最多每个 dll 一次练习)
Travis Illig 有 有关如何处理这种情况的一些信息。
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.
顶部菜单 - DevExpress - 社区插件... - URL 中的过去链接:组合 - 获取插件
Top Menu - DevExpress - Community Plug-Ins... - Past link in URL: Combo - Get Plug-in
自 11.2 版本以来,IDE 工具包含 特殊 VSIX DXCore 插件项目模板,允许您创建常用的 DXCore 插件并通过 Visual Studio IDE 的扩展将其部署。
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.