fxcop
FxCop says I should return a generic list inteface instead of a byte array. Should I? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it 开发者_如何学Ccan be answered with facts and citations[详细]
2023-04-13 07:58 分类:问答Code analysis using fxCop for C#..NET projects to display its results in Sonar
I am in need of running static code analysis using fxCop for C#..NET projects and display its results in Sonar? I am new to Sonar. Can I run FxCop from S开发者_运维问答onar on .NET code. How would I d[详细]
2023-04-10 18:11 分类:问答running FxCop in NAnt on VS 2010 project
I\'m trying to set up a CI tool using NAnt. I have managed to have NAnt build the project I\'ve created the .FxCop file for the project, but when I inserted the FxCop commands in the Nant Build config[详细]
2023-04-09 05:41 分类:问答FxCop, compose list of callers from dependent assembly
I\'m building a couple of customs FxCop rules and one of the rules needs to enforce that a constructor is called in specific methods. For that, I need to create a list of callers, to that specific con[详细]
2023-04-08 09:21 分类:问答How to create a FxCop (Code Analysis) custom ruleset by combining existing rules
Please let me know , how can I develop a FxCop (Code Analysis) custom rules assembly by combining existing rules such as that custom rules assembly will include rules from \"Microsoft Basic Correctnes[详细]
2023-04-08 06:49 分类:问答Visual Studio 11 Developer Preview - Breaking FxCop Static Analysis
After installing the Developer Preview our Custom FxCop rules project won\'t build as the following Dll\'s can\'t be found:[详细]
2023-04-06 12:03 分类:问答Using .NET Introspection / FxCop Rules functionality in Unit Tests
is it possible to use the .NET Introspection functionality in unit tests? In our software I#d like to prohibit usage of some operations (comparison of enum values since there as a special method for t[详细]
2023-04-06 05:38 分类:问答FxCop throws an exception on the command line, but not in the GUI?
I\'ve an FxCop 10.0 project that runs fine through the FxCop GUI but when I run it throught the FxCopCmd command line app (which I want to use as part of our automated build process) it generates the[详细]
2023-04-05 06:52 分类:问答Passing a byte[] around
A third-party generated proxy that we use exposed the BLOB data type as a byte[], and we then expose this value through code generation as follows:[详细]
2023-04-04 04:55 分类:问答FxCop folder missing
What is the issue? I am trying to install FxCop 10. To install that, Microsoft Windows SDK 7.1 is required. I installed the SDK. Now, to install FxCop, I have to run FxCopSetup.exe, which is supposed[详细]
2023-03-30 09:58 分类:问答