stylecop
How to sort using statement of C# code in vim?
Recently I edit C# code in vim. And the build system has StyleCop enabled so that all using statement should be in alphabetical order.[详细]
2022-12-13 11:10 分类:问答Is there a planned StyleCop release for VS 2010?
Does anyone know when stylecop will be released to integrate into VS2010. I know you can tweak the config files to integrate it at the moment, but it is not possible开发者_运维百科 to view the UI.A be[详细]
2022-12-13 02:41 分类:问答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 realised that 2010 is be[详细]
2022-12-12 12:16 分类:问答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 StyleCo[详细]
2022-12-12 07:15 分类:问答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 automatically by Resharper\'s[详细]
2022-12-11 05:47 分类:问答Can I create custom rules in StyleCop without coding anything?
Can anybody confirm or deny that I can modify default styles provided by StyleCop by just modifying some开发者_如何学Go configuration file?You can disable rules but if you want to check a custom style[详细]
2022-12-11 02:00 分类:问答Creating a plugin for Visual Studio [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2022-12-11 00:51 分类:问答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).[详细]
2022-12-09 10:13 分类:问答StyleCop vs ReSharper and general coding-style questions
Just found StyleCop, looks like something worth us开发者_如何学Pythoning 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[详细]
2022-12-08 08:45 分类:问答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 standard, but there is[详细]
2022-12-08 05:05 分类:问答