Stylecop 4.7.25.0 has been released at
http://stylecop.codeplex.com/releases/view/79972Release NotesNew rules
- SA1126: PrefixCallsCorrectly Validates a call to a member is not
prefixed with the 'this.', 'base.', 'object.' or 'typename.' prefix to
indicate the intended method call, within a C# code file.
- SA1214:StaticReadonlyElementsMustAppearBeforeStaticNonReadonlyElements Validates that all static readonly elements are placed before all static non-readonly elements of the same type.
- SA1215:InstanceReadonlyElementsMustAppearBeforeInstanceNonReadonlyElements
Validates that all non-static readonly elements are placed before non-static non-readonly elements of the same type.
The
rules for SA1100, SA1101 have been completely re-written and a new rule
SA1126 added to increase the correct detection of 'this', 'base' and
other prefixes. Many tests have been added. If you're getting false
positives please open a bug and it'll be fixed ASAP.
Today's $10 deal of the day from APress at
http://www.apress.com/9781430238645 is Pro HTML5 Programming
"HTML5 is here, and with it, web applications have acquired power, ease,
scalability, and responsiveness like never before. With this book,
developers will learn how to use the latest cutting-edge HTML5 web
technology—available in the most recent versions of modern browsers—to
build web applications with unparalleled functionality, speed, and
responsiveness.
This new edition includes major revisions for
WebSockets functionality, reflecting the new W3C specification. It also
features new chapters covering the drag-and-drop API as well as SVG."
At
http://bcove.me/chw1v99g is a time lapse video of today's annular eclipse. This was shot using as Hydrogen Alpha filter.
More details at
http://www.space.com/15788-suns-behavior-eclipse-revealed-time-lapse-video.html
Many years ago, when I was working for a media company in London, I would dial-up the office system in the evening. (This was in the days when 2400 baud was fast!). One evening I noticed one of the directors of the company was connected and emailed him the message "Good Evening Mr Director Sir".
The following day, I met him in the office and he complemented me on my message - he was working with a client on a rush job and the client was very impressed by the respectful message.
So when you email, be respectful to the recipient as you never know who else will get to read it.
Stylecop 4.7.24.0 has been released at
http://stylecop.codeplex.com/releases/view/79972Release Notes
Compatible with the Visual Studio 11 Preview.
Install order should be :
- VS10
- VS11
- R#6.1.1 msi (for VS10)
- R#6.1.1 vsix (for VS11)
- StyleCop 4.7
This version is now compatible with R# 5.1 (5.1.3000.12), R# 6.0 (6.0.2202.688), R# 6.1 (6.1.37.86) and R# 6.1.1 (6.1.1000.82).
Here are the bug details for
fixed in 4.7 and
closed in 4.7 issues (over 100 issues fixed since 4.6)
Here are the bug details for all issues since 4.3.3.0 that have been
fixed and
closed (over 450 fixes).
Release NotesNew rules
- SA1126: PrefixCallsCorrectly Validates a call to a member is not
prefixed with the 'this.', 'base.', 'object.' or 'typename.' prefix to
indicate the intended method call, within a C# code file.
- SA1214:StaticReadonlyElementsMustAppearBeforeStaticNonReadonlyElements
Validates that all static readonly elements are placed before all static non-readonly elements of the same type.
- SA1215:InstanceReadonlyElementsMustAppearBeforeInstanceNonReadonlyElements
Validates that all non-static readonly elements are placed before non-static non-readonly elements of the same type.
The
rules for SA1100, SA1101 have been completely re-written and a new rule
SA1126 added to increase the correct detection of 'this', 'base' and
other prefixes. Many tests have been added. If you're getting false
positives please open a bug and it'll be fixed ASAP.
Today's $10 Deal of the Day from APress at
http://www.apress.com/9781430237860 is "The Essential Guide to HTML5 and CSS3 Web Design"
"A contemporary update of
Craig Grannell's acclaimed
The Essential Guide to CSS and HTML Web Design—now featuring coverage of HTML5 and CSS3! "
After today, the price will go back up again.