openwrap 和 r#6.0

发布于 2024-11-25 05:05:13 字数 96 浏览 1 评论 0原文

我刚刚将 resharper 插件更新到 R#6。

我的引用不再从包装缓存中获取。

我必须手动设置我的参考。

有什么我可以做的吗?

I have just updated my resharper plugin to R#6.

My references are no longer being picked up from the wrap cache.

I have to set my references manually.

Is there anything I can do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

输什么也不输骨气 2024-12-02 05:05:13

openwrap (2.0) 的主分支现在支持 ReSharper 6。

要使用 OpenWrap 的私有版本,请自行测试最新版本:

要获取代码,您可以执行以下操作:

如果您已经从 OpenWrap 中提取了代码:

cd path\to\openwrap
git pull origin master

否则

git clone http://github.com/openrasta/openwrap path\to\openwrap
cd path\to\openwrap

然后构建:

o build-wrap
o update-wrap openwrap -sys

The master branch of openwrap (2.0) now has support for ReSharper 6.

To use a private build of OpenWrap, to test the latest yourself:

To get the code, you can do the following:

If you already have pulled the code from OpenWrap:

cd path\to\openwrap
git pull origin master

otherwise

git clone http://github.com/openrasta/openwrap path\to\openwrap
cd path\to\openwrap

Then to build:

o build-wrap
o update-wrap openwrap -sys
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文