Static source code analysis for C# that operates on source code level
- by Sardaukar
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)?