stylecop
C# Checked exceptions
One feature I really l开发者_JAVA百科iked in Java that isn\'t in C# is checked exceptions.Is there any way to simulate (maybe via stylecop?) or turn on checked exceptions in Visual Studio?[详细]
2022-12-24 20:52 分类:问答Integrate StyleCop in NAnt buildscript
I开发者_如何转开发s there a way to integrate StyleCop in a NAnt script such that the build fails if there are too many style violations?[详细]
2022-12-24 18:13 分类:问答Stylecop - Determine if Double or Float
I\'m using Stylecop to come up with some custom rules and I\'m trying to determine if I have a double or a float.[详细]
2022-12-24 12:20 分类:问答Is there CI server software that can do all of this?
I\'m trying to put together a Continuous Integration server that will do the following: Work with subversion[详细]
2022-12-23 01:23 分类:问答StyleCop SA1124 DoNotUseRegions is reasonable? [closed]
As it currently stands, this question is not a good fi开发者_如何学Pythont for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likel[详细]
2022-12-22 13:27 分类:问答Re-enabling stylecop
I think I may have accidently disabled stylecop in my Visual Studio 2008 enviroment. If I right click a project and click \"Run Stylecop\", or \"Stylecop Settings\" nothing happens. Its the same from[详细]
2022-12-21 08:05 分类:问答Enforce custom stylecop rules for a checkin policy on TFS
I have installed StyleCop CheckIn policy (from here) and it works great. However I have written some custom rules which I want to be enforced as part of the CheckIn policy (Visual Studio 2008, 开发者_[详细]
2022-12-20 23:04 分类:问答How to integrate StyleCop into Tfs 2010
I need to run StyleCop rules check when gatecheckin into tfs2010. But I dont know how to configure t开发者_高级运维his.[详细]
2022-12-20 15:24 分类:问答Custom static code analysis rules in FxCop or StyleCop?
If writing my own static code analysis rules (for C# code), what are the pros and cons of using StyleCop vs FxCop?[详细]
2022-12-18 15:17 分类:问答Is it possible to run StyleCop on just 1 file in a project?
Is it 开发者_StackOverflow中文版possible to run StyleCop on just 1 file in a project?Yes, by selecting \"Run StyleCop\" from the context menu of the .cs file, not from the Tools menu or the project\'s[详细]
2022-12-13 23:14 分类:问答