Hello,
Could you please look at releasing an Visual Studio 2010 Extension available (and updateable) through Extension Manager? Our company wants to use this across all development machines but...
Id #7185 |
Planned Release:
None
|
Last Updated: Today at 4:20 PM by denzilheaddon |
Created On: Today at 4:20 PM by denzilheaddon
Example from TATWORTH where the call to the object.Equals on the base class is throwing the error.
Id #7184 |
Planned Release:
4.7
|
Last Updated: Mon at 1:32 PM by andyr |
Created On: Sun at 11:28 AM by andyr
In this example the semicolon after the label should be fine.
for (var start = 0; start <= listCount - patternCount; ++start)
{
for (var count = 0; count < patternC...
Id #7183 |
Planned Release:
4.7
|
Last Updated: Sun at 12:20 PM by andyr |
Created On: Sun at 11:27 AM by andyr
If I try to do this:
/// <summary>
/// Summary of a method etc.
/// </summary>
///
/// <remarks>
/// Remarks about a method.
/// </remarks>
Then I get the SA1644 error, which also says...
Id #7182 |
Planned Release:
None
|
Last Updated: Feb 4 at 6:03 PM by andyr |
Created On: Feb 4 at 11:09 AM by Grokys
I used to run a setup where I had StyleCop and StyleCop for ReSharper installed separately (before the projects merged). On a fresh machine, I have installed StyleCop 4.7, but I see no plugins list...
Id #7181 |
Planned Release:
4.7
|
Last Updated: Feb 3 at 2:21 PM by andyr |
Created On: Feb 3 at 12:27 PM by liddellj
I have a Linq query similar to the following:
var dataItems = (from a in Answers
let ts = a.Value as Nullable<TimeSpan>
where !a.NotRecorded
...
Id #7180 |
Planned Release:
4.7
|
Last Updated: Feb 4 at 6:03 PM by andyr |
Created On: Feb 2 at 9:17 PM by chadb
SA1643: DestructorSummaryDocumentationMustBeginWithStandardText - the last two examples show constructors.
The rule is intended to standardize the summary text for a finalizer. The summary for a...
Id #7179 |
Planned Release:
4.7
|
Last Updated: Feb 4 at 6:05 PM by andyr |
Created On: Feb 1 at 12:23 PM by oliver_gramberg
StyleCop help (.chm) shows the following link/text at the top right of all pages: "Is this doc correct?. Click here to open a bug." It shoud be "." instead of "?." :-)
Id #7178 |
Planned Release:
4.7
|
Last Updated: Feb 4 at 6:05 PM by andyr |
Created On: Feb 1 at 12:19 PM by oliver_gramberg
The SDK help file dated 7th Jan gives a sample integer valued settings as
<IntProperty
Name="ClassCount"
DefaultValue="1"
FriendlyName="Class Count"
Description="The maximum ...
Id #7176 |
Planned Release:
4.7
|
Last Updated: Feb 4 at 6:05 PM by andyr |
Created On: Jan 30 at 10:43 PM by MrTines
The StyleCop types are currently too bound to the file system for any sort of unit-testing to be convenient.
For testing purposes a method to create a CsDocument from a stream (e.g. a resource) ...
Id #7174 |
Planned Release:
4.7
|
Last Updated: Jan 29 at 5:10 PM by andyr |
Created On: Jan 29 at 3:08 PM by MrTines
|
|
|
|
|