Discussions under General

Visual Studio 2008 Compatibility

first post: chadb wrote: First off, thanks for the hard work on release 4.7.22 so quickly. ...

latest post: andyr wrote: Fixed in checkin 07f64ec59887

Visual Studio Crashing following recent upgrade to 4.7.22.0

first post: paulreed wrote: Just upgraded to StyleCop - JetBrains ReSharper 6.1 C# EditionBui...

latest post: andyr wrote: .

Command Line Options

first post: pbrooks wrote: It would be really cool if the StyleCop team could add features to ...

latest post: shuruev wrote: There is also an article describing how to make such console app by...

SA1015 warnings with SA1008 off

first post: StealthMonkey wrote: We turn off SA1008 since our style has a space between the method ...

latest post: StealthMonkey wrote: Thanks for the quick reply. Rule is off.

Element ordering details

first post: jimevan wrote: As of 4.7.17, const members should become before static members, ev...

latest post: andyr wrote: Thanks. Worked through the night on it.

How to check the type of variables

first post: savirpe wrote: Hi ! I've been struggling quite long with an issue to create a rul...

latest post: savirpe wrote: Thanks for the reply. Actually I found another solution which ...

SA1306 now more strict in 4.7.22. Why?

first post: permb wrote: With 4.7.22 as compared to 4.7.18 we now get tons of new SA1306 wa...

latest post: andyr wrote: No. Like this: switch (kindOfElement) ...

Re "en-US,en-GB, fr-FR, pl-PL, pt-BR, de-DE and ru-RU."

first post: TATWORTH wrote: I have noticed that certain required text is now localization (or ...

latest post: andyr wrote: Done.

Extension Manager support

first post: DenisAgarev wrote: Surely, i'm very satisfied about your work and i can say many than...

latest post: andyr wrote: Tricky. Our installer adds functionality to JetBrains R# too (which...

Rule SA1015 - should a close bracket also be allowed as follow-on?

first post: TATWORTH wrote: Rule SA1015 states "A closing generic bracket should be followed by...

latest post: TATWORTH wrote: Andrew I have installed 4.7.22 and the false positive has been reso...