We’ve just pushed the latest build of StyleCop for ReSharper live. This brings it up to date with ReSharper 4.5 RTM and fixes a few bugs. We’ve also change the build number to align it with ReSharper to avoid confusion. Release notes below:
Feature Complete Build of StyleCop for ReSharper.
Compatible with:
- ReSharper 4.5 (RTM)
- StyleCop 4.3.1.3
There are 148 StyleCop rules.
- 38 of these must be fixed manually (normally because you have to type descriptive text or rename variables).
- Of the remaining 110 rules 58 are fixed by R# Code Cleanup (silent mode).
- Of the 52 now remaining we have Code Cleanup rules that fix all of them.
We also provide 106 Quick Fixes that provide in place context menu fixes for violations for the 110 rules that can be fixed automatically.
Fixes:
- Remove paranthesis on bitwise operations
- AutoUpdater will now display a message if there is one in the version.txt.
- Fixing error condition when looknig for an Item and not a property
- Wasn't detecting a Boolean property correctly since 4.5
[UPDATE] If you are having problems installing SCfR# 4.5 ("ReSharper 4.1 required for uninstall") - please see the
CodePlex discussions site for resolutions.