fxcop
c# warning - Mark assemblies with NeutralResourcesLanguageAttribute
I\'m getting the following warning: CA1824 Mark assemblies with NeutralResourcesLanguageAttribute According to MSDN, the cause of this is:[详细]
2023-01-23 03:19 分类:问答FxCop Custom Rule Documentation. Why is my URL not found?
I wrote custom FxCop rules for our project. I wrote a wiki page documenting it. Now I just want that a developer ca开发者_JAVA百科n press F1 on a CA warning and gets the documentation shown. Unfortun[详细]
2023-01-23 01:39 分类:问答Suppress FxCop CA1822 warning for whole project
we use FxCop in current project. Warning CA1822 appears for every unit test method in test projects. So I would like to disable it for test projects.[详细]
2023-01-22 14:45 分类:问答fxcop CA2213 error in vs2010
I have the following code: A disposable class that contains two disposable members. One of them is being initialized using new() method, and the other using static factory method.[详细]
2023-01-19 12:08 分类:问答Cannot suppress CA1903:UseOnlyApiFromTargetedFramework
FxCop is telling me the following: \"Assembly \'ILRetail.eBusiness.Common.WebUtility.dll\' has a reference to a开发者_运维问答ssembly[详细]
2023-01-19 07:08 分类:问答FX Cop still erroring after i suppress
<System.Diagnostics.CodeAnalysis.SuppressMessage(\"Microsoft.Design\", \"CA1045:DoNotPassTypesByReference\", Justification:=\"Needs function to return two values.\")> _[详细]
2023-01-19 00:38 分类:问答How can I mark a CA [SuppressMessage] as "blessed"?
Try as I might to keep [SuppressMessage]s to a minimum in the codebase, new ones continue to get introduced.I would like some way to say in the code \"I\'ve reviewed t开发者_如何学运维his [SuppressMes[详细]
2023-01-18 16:49 分类:问答CA2202, how to solve this case
Can anybody tell me how to remove all CA2202 warnings from the following code? public static byte[] Encrypt(string data, byte[] key, byte[] iv)[详细]
2023-01-18 10:18 分类:问答TeamCity and FXCop version 10
We are trying to get our TeamCity 5.1 installation to use our FXCop project file.It apparently does not like the newest version, V10:[详细]
2023-01-18 07:01 分类:问答How to share FxCop rules amongst all developers?
All our developers are using VS2010 professional so code 开发者_StackOverflow社区analysis is not available. I want them to use FxCop to analyze the code before checking in. I have gone through the rul[详细]
2023-01-17 08:09 分类:问答