1-10 of 131 < Previous ... Next >
3 votes

warning: SA0102: A syntax error has been discovered in file ... (unsupported characters)

The problem was for instance that the name of a textbox was "textBoxSonderprüfungen". After replacing to "textBoxSonderpruefungen" it works. Sorry, I don't know how I can send the whole file to y...

id# 125 | Planned Release: StyleCop 4.3 | 4 comments | Last Updated: Fri at 10:56 AM  by AlexeyR
6 votes
fixed

SA1642: Error with generics

When documenting a generic class, only allows <see cref="MyClass"/> and not <see cref="MyClass`1"/>. MyClass and MyClass<T> may both exist and aren't the same.

id# 63 | Planned Release: StyleCop 4.3 | 3 comments | Last Updated: Thu at 7:25 PM  by jasonall
1 vote

New '#region' rules

I would like to have some rules about spacing around the '#region' and '#endregion' code elements. - '#region' must be preceeded by a blank line or other '#region' - '#region' must not be followed ...

id# 131 | Planned Release: Community Suggestions | 0 comments | Last Updated: Tue at 1:55 PM  by jasonall
3 votes
closed

SA1643: Error with generics

When documenting a generic class, only allows <see cref="MyClass"/> and not <see cref="MyClass`1"/>. MyClass and MyClass<T> may both exist and aren't the same.

id# 64 | Planned Release: StyleCop 4.3 | 4 comments | Last Updated: Mon at 10:18 AM  by jasonall
1 vote

Equality operator recommendations wrong.

So I have the following code in a class; public static bool operator ==(Resource left, Resource right) { return Equals(left, right); } public static ...

id# 130 | Planned Release: StyleCop 4.3 | 1 comments | Last Updated: Mon at 10:12 AM  by jasonall
1 vote
fixed

Class without explicit access modifier marked as "public" instead of "internal"

While analysing a file named

id# 88 | Planned Release: StyleCop 4.3 | 2 comments | Last Updated: Mon at 10:06 AM  by jasonall
1 vote

Certain projects cause error message on "Run StyleCop"

Certain non-standard VS projects cause StyleCop 4.3 to error out if you choose Run StyleCop on the solution. For example, having an AQTime profiler project loaded as part of your solution causes t...

id# 73 | Planned Release: StyleCop 4.3 | 2 comments | Last Updated: Mon at 9:12 AM  by jasonall
4 votes
fixed

VS crashed for webservices.

Woupiiiii. I finally was able to repro the problem (why am I happy? :) ) So this is definetly a bug in the tool, here are the exact repro steps I used: Open VS. In the menus, choose File->New->We...

id# 98 | Planned Release: StyleCop 4.3 | 3 comments | Last Updated: Mon at 9:11 AM  by jasonall
7 votes

Enabling Warnings or Errors individually on rules

Hi, Is it possible to enable Warning or Errors individually on rules ? I didn't find this possibility yet in the documentation. If it is not possible, then it would be a good thing. Perhaps w...

id# 86 | Planned Release: Community Suggestions | 6 comments | Last Updated: Mon at 8:42 AM  by dfed
1 vote
closed

StyleCop settings file command line option bug

I think there's a bug in StyleCopCmd.Console - I've been trying to import a specific settings file using the -sc flag but it hasn't been working. Looking at the code in Reflector, the constructor f...

id# 129 | Planned Release: None | 0 comments | Last Updated: Mon at 8:37 AM  by jasonall

Configure View

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