Wednesday, Mar 3rd, 2010 by karlz |
0 Comments
Filed under:
Technology | Tags:
ASP.NET,
Code Analysis,
MVC,
Unit Testing
Technorati Tags: ASP.NET,MVC,Code Analysis,Unit Testing
This shows my initial setup of an MVC 2 RC 2 application. Using Visual Studio 2010 RC I selected File –> New –> Project… then under Visual C#, Web, I selected the ASP.NET MVC 2 Web Application.
Then when I click OK I get the following dialog. Since I’m a very [...]
Monday, May 4th, 2009 by karlz |
0 Comments
Filed under:
Technology | Tags:
Code Analysis,
VSTS
Headline: I sure wish that Code Analysis would recognize Entity Framework (EF) files as auto generated.
This morning I was up early and thought I’d get rid of some of the warning in my code from Code Analysis…
There is a tab in the project properties that allows you to “Suppress results from generated code”. I sure [...]