Browse by Tags

All Tags » Visual Studio 2005 » C# (RSS)

Contribution to Microsoft Visual C# Develper Center

My first contribution (of many) to the Microsoft Visual C# Developer Center has been published

Visual Studio 2005 Clean doesn't clean everything

I noticed a while ago that when I clean a project in Visual Studio 2005 that has XML documentation file enabled the XML file isn't removed. There's an issue logged about files that don't get deleted on Clean on Microsoft Connect Clean does not remove...
Posted by PeterRitchie | with no comments
Filed under: ,

Code Analysis: How to Correctly Resolve CA1300 - "Specify MessageBox Options"

This is the first installment of what I hope to be many short bits of guidance about correctly resolving some of the more complex warnings coming out of FxCop and Code Analysis. The CA1300 warning is specifically about the right-to-left or left-to-right...