|
|
|
1-10 of 218
< Previous ... Next >
|
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 | Last Updated: Today at 3:53 PM
by martinezm
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 | Last Updated: Today at 1:04 PM
by notso
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 | Last Updated: Today at 2:03 AM
by tdyen
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 | Last Updated: Wed at 3:05 PM
by genne
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 | Last Updated: Wed at 1:53 PM
by abelykh
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 | Last Updated: Wed at 1:50 PM
by genne
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 | Last Updated: Wed at 1:38 PM
by genne
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 | Last Updated: Jun 30 at 7:45 PM
by Snorrk
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 | Last Updated: Jun 29 at 11:22 AM
by StPatrick
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 | Last Updated: Jun 26 at 6:44 AM
by rprimrose
|
|
1-10 of 218
< Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
|
|
|
|
|
|
|
|