Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Bugs   (RSS)

Correct usage of the CompilerGeneratedAttribute and the GeneratedCodeAttribute

Both Code Analysis, FxCop and Code Metrics make extensive use of CompilerGeneratedAttribute and GeneratedCodeAttribute to distinguish between user-written code and tool and compiler generated code. The following describes this behavior: Code Analysis

After upgrading to Service Pack 1, the error 'CA0055: Could not load [AssemblyName]' occurs when running Code Analysis

We've been hearing a few reports of the following errors being output to the Error List after upgrading to Visual Studio 2005 Service Pack 1 (SP1) : CA0055 : Could not load [AssemblyName]. CA0052 : No targets were selected. If you look at the [AssemblyName].CodeAnalysisLog.xml

Visual Studio 2005 SP1 Bug Fixes

Following Brian Harry's lead and transparency , below is list of Managed Code Analysis fixes that made it into Visual Studio 2005 Service Pack 1 . Analysis FxCop reporting CA1811 on private const, while const is being used in code. Microsoft.VisualBasic.ComClassAttribute
 
Page view tracker