Static source code analysis for C# that operates on source code level

Posted by Sardaukar on Stack Overflow See other posts from Stack Overflow or by Sardaukar
Published on 2010-04-21T09:45:22Z Indexed on 2010/04/21 10:03 UTC
Read the original article Hit count: 529

Filed under:
|

Current static source analysis tools for C# (or other .NET languages) usually operate on the assembly-level. They use reflection to analyse the code.

Are there tools available that operate on a source code level only (like lint for C)?

© Stack Overflow or respective owner

Related posts about c#

Related posts about static-analysis