Tagged Questions

-2
votes
0answers
14 views

Stylecop Spelling Dictionary

I have just started investigating using stylecop, resharper stylecop for resharper. I get a lot of spelling warnings. Which dictionary is being used, can I change the language and …
0
votes
3answers
23 views

StyleCop Visual Studio Snippets

I'm looking for some Visual Studio snippets for implementing style cop rules. For instance when style cop returns an error saying my code needs a documentation header it would be …
3
votes
1answer
37 views

StyleCop for ReSharper

I like stylecop and we use it to enforce coding standards. I dont like the fact that there is no way to automatically fix problems. So was thinking of making a plugin. Once I real …
2
votes
1answer
13 views

Disable StyleCop for specific lines

We're using StyleCop in our C# projects. In some cases we'd like to avoid the rules though. I know you can add // <auto-generated /> in the beginning of the file to make Styl …
2
votes
3answers
63 views

Creating a plugin for Visual Studio

I'm a fan of style cop but hate the way it dosn't have a more producticve way of resolving errors. So I'm thinking, to give me a wee project to keep me happy in my spare time, of …
6
votes
6answers
295 views

Why does StyleCop recommend prefixing method or property calls with “this”?

I have been trying to follow StyleCop's guidelines on a project, to see if the resulting code was better in the end. Most rules are reasonable or a matter of opinion on coding stan …
0
votes
2answers
19 views

Can I create custom rules in StyleCop without coding anything?

Hi there. Can anybody confirm or deny that I can modify default styles provided by StyleCop by just modifying some configuration file?
0
votes
0answers
13 views

StyleCop SA1636 rule firing when it should not

We are using Resharper 4.5 and StyleCop 4.3. We have a project with many .CS files in it. All .CS files have valid headers, as defined by our StyleCop settings, and added automat …
1
vote
5answers
487 views

Can StyleCop automatically fix anything?

I've decided to start running StyleCop on a medium sized project and am getting over 1000 warnings. Is there a quick easy way to fix most of these warnings? Most of the warnings c …
1
vote
1answer
64 views

How to configure StyleCop to suppress warnings on generated code?

Another project, Visual Studio's Code Analysis has this option. But I couldn't find it for StyleCop (AKA Source Analysis). The file I want to ignore is a dbml's .designer.cs code, …
5
votes
2answers
463 views

How can you force StyleCop for ReSharper to ignore files?

We’ve just been working on introducing StyleCop to our team and are using the StyleCop ReSharper plugin from Code Plex. Problem is, every single file in the project appears to be g …
1
vote
2answers
84 views

StyleCop vs ReSharper and general coding-style questions

Just found StyleCop, looks like something worth using for my projects. Then I found out you could use it with ReSharper (a tool I've also never used). So I downloaded ReSharper, as …
-1
votes
2answers
67 views

StyleCop vs DependencyProperties

I always tend to group all stuff that belongs to a dependency property (registration, clr property, change callback, coerce callback etc.) into one region. But this violates the st …
0
votes
4answers
124 views

Adding GNU GPL Licence to C# App

I know how to do this but I don't know is the StyleCop method true/working. Normally in StyleCop rules you must add this thing like this example to header (need to edit): //------ …
1
vote
2answers
70 views

Stylecop autofixing tool - is there one?

Hi, Is there a tool that can automatically fix stylecop and fxcop rules, rather than manually fixing 1000s of warning and errors? There must be one, it is such a good business op …

1 2 3 4 next
15 30 50 per page