I am doing static analysis for a MVC v2 website build with .net 4. I have compiled the website and ran FxCop on the resulting dll, but then I realized that the dll does not contain the code in the views (I used a reflector to determine that).
So the question is:
Can one configure the MVC project so that the views are published in a DLL that can be scanned?