Browse by Tags

All Tags » FxCop » Bugs (RSS)

Code Analysis failing with ‘Invalid settings passed to CodeAnalysis task’

I’ve seen recent reports of Visual Studio Code Analysis failing (such as this one ) with the following error: Invalid settings passed to CodeAnalysis task.  See output window for details. Looking in the output window will show something similar to...
Posted by David Kean | with no comments
Filed under: ,

BUG: Multi-targeting rule not firing on usages of 2.0 SP2 and 3.0 SP2

Previously, I've spoken about the new multi-targeting rule that shipped in Visual Studio 2008 SP1 and FxCop 1.36. This rule helps to prevent users from inadvertently taking a dependency on a .NET service pack. Unfortunately, it shipped with a bug...
Posted by David Kean | with no comments
Filed under: , ,

Reference resolution changes in Code Analysis and FxCop – Part 2

Previously , I mentioned the reference resolution changes that were made in Code Analysis for 2008 and FxCop 1.36. Unfortunately, not long after we shipped Visual Studio 2008, we found an uncommon scenario in which the strong name matching prevented Code...
Posted by David Kean | 1 comment(s)
Filed under: ,