FxCop is a free static code analysis tool from Microsoft that checks .NET managed code assemblies for conformance to Microsoft's .NET Framework Design Guidelines.
FxCop is a free static code analysis tool from Microsoft that checks .NET managed code assemblies for conformance to Microsoft's .NET Framework Design Guidelines.
==Overview== Unlike StyleCop, or the Lint programming tool, for the C programming language, FxCop analyzes the compiled object code, not the original source code. It uses CIL parsing and callgraph analysis to inspect assemblies for more than 200 different possible coding standards violations in the following areas: COM (Interoperability) – rules that detect COM Interop issues. Design – rules that detect potential design flaws. These coding errors typically do not affect the execution of your code. Globalization – rules that detect missing or incorrect usage of information related to globalization and localization. Naming – rules that detect incorrect casing, cross language keyword collisions, and other issues related to the names of types, members, parameters, namespaces, and assemblies. Performance – rules that detect elements in your assemblies that will degrade performance. Security – rules that detect programming elements that leave your assemblies vulnerable to malicious users or code. Usage – rules that detect potential flaws in your assemblies that can affect code execution. Maintainability – rules that detect maintenance issues. Portability – rules that detect portability issues. Reliability – rules that detect correct memory and thread usage.
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).