1-10 of 218 < Previous ... Next >
8 votes

VS 2005 IDE consumes 99% CPU when opening large unmanaged solution after installing StyleCop 4.3

After installing StyleCop 4.3, Visual Studio 2005 will consume 99% CPU (according to the Task Manager) when opening a large (~41 projects) solution containing mostly unmanaged C/C++ code. The CPU u...

id# 71 | Planned Release: StyleCop 4.3.1.3 | 10 comments | Last Updated: Today at 3:53 PM  by martinezm
6 votes

SA1500 and SA1013: Closing curly bracket on own line and invalid spacing and closing bracket fire when they shouldn't

Consider the property sample below. How shoud we space/format the line that has: }.ToDictionary(i => i.Key); please? public static Dictionary<Enum, ValidationType> Rules { ...

id# 113 | Planned Release: StyleCop 4.3.1.3 | 0 comments | Last Updated: Today at 1:04 PM  by notso
13 votes

Please automate the fix of SA1101: PrefixLocalCallsWithThis

Could we please have a feature that apply the prefix "this." to the local calls that violate rule SA1101? This will really help to speed up the code conversion to comply to this rule. E.g. When we ...

id# 45 | Planned Release: Community Suggestions | 4 comments | Last Updated: Today at 2:03 AM  by tdyen
1 vote

SA1008 Cast in a LINQ statement

Version: 4.3.1.3 var q = from a in list1 join b in list2 on a.Id equals (Guid)b.Id select a; ErrorText: SA1008: Invalid spacing around the opening parenthesis.

id# 218 | Planned Release: None | 0 comments | Last Updated: Wed at 3:05 PM  by genne
4 votes

SA1623 shouldn't fire if set is internal

I have the following code: /// <summary> /// Gets the parent <see cref="Foo"/> object. /// </summary> public Foo Parent { get; internal set; } In the public API, t...

id# 208 | Planned Release: None | 0 comments | Last Updated: Wed at 1:53 PM  by abelykh
1 vote

SA0102 Large files >10.000 lines of code

Version: 4.3.1.3 Error Text: SA0102: A syntax error has been discovered in file "code.cs" on line 1.

id# 217 | Planned Release: None | 0 comments | Last Updated: Wed at 1:50 PM  by genne
1 vote

SA1641 works not propper with an included ampersand

it seems that the companynameparsing stops at an ampersand (&) a german form of organization includes an ampersand e.g. "GmbH & Co. KG" StyleCop Settings | Company Information - set the flag fo...

id# 216 | Planned Release: None | 1 comments | Last Updated: Wed at 1:38 PM  by genne
1 vote

XmlHeader.Text returns multi-line comments as a single line

If an xml comment contains multiple lines XmlHeader.Text returns the comment text as a single-line-string. Should return a multi-line string (in accordance with the xml multi-line comment in the so...

id# 215 | Planned Release: None | 0 comments | Last Updated: Jun 30 at 7:45 PM  by Snorrk
23 votes

SA1644 triggered in example code blocks

SA1644 should not be triggered inside a <code/> comment block. In the attached example file there are 2 methods in the <code/> block separated by a single line, which triggers SA1644.

id# 97 | Planned Release: StyleCop 4.3.1.3 | 5 comments | Last Updated: Jun 29 at 11:22 AM  by StPatrick
1 vote

SA1645 only resolves paths relative to the file that declares the <include />

When loading xml documentation files referenced by the <include /> tag, StyleCop correctly finds the file if the path specified is relative to the code file that defines the <include /> file. It do...

id# 214 | Planned Release: None | 0 comments | Last Updated: Jun 26 at 6:44 AM  by rprimrose

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 218 < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...
Page view tracker