openwrap and r#6.0
I have just updated my resh开发者_如何学Goarper 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?
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
精彩评论