Compile time analysis?

  • Thread starter Thread starter Allan Ebdrup
  • Start date Start date
A

Allan Ebdrup

Is there any way to have some code run at compile time that analyses the
code being compiled.
We have som checks that run at runtime when you instantiate a class, but the
could be run at compiletime if there was a easy way to do so.

Kind Regards,
Allan Ebdrup
 
Where can i get more info on this?
We're using VS2005 and dotNet 2.0 is the built-in code analysis what you
call "CodeAnalyzer"?

Kind Regards,
Allan Ebdrup
 
the built in thing in vs2005 is fxcop. codeananalyzer is a 3rd party tool
but I do not know the webpage.
maybe you can google for csharp/.net code analysing tools.
 
Back
Top