Tagged Questions

4
votes
5answers
416 views

At what point do Stylecop settings stop being useful and start becoming annoying?

I work in a team where we use extensive ruleset in StyleCop and I am wondering what are the thoughts on the general point where such a tool stops being useful and starts becomes annoying. We also use ...
2
votes
1answer
510 views

Custom GhostDoc Rules

I am a huge fan of GhostDoc and use it in all of my development projects. Knowing that it supports custom rules I'd like to ask what custom rules have you written?
1
vote
1answer
159 views

.NET: XML documentation: using “cref” in <returns>, is this acceptable or not necessary?

I am using GhostDoc to document my methods etc... and its working well but it doesn't fill the <returns> ... Can anyone tell me what i should be doing i.e If it returns an object called ...