Welcome to MSDN Blogs Sign in | Join | Help

March 2006 - Posts

FAQ: Why does FxCop ignore my in-code (SuppressMessageAttribute) suppressions? [David Kean]

FxCop 1.35 brings with it the ability to suppress messages in code via the use of the SuppressMessage attribute. This allows you to do the following: public class PublicKey { private byte [] _Token; [...] [SuppressMessage( "Microsoft.Performance" , "CA1819:PropertiesShouldNotReturnArrays"

Visual Studio Team System MSDN Chat (This Wed - 10AM PST/1PM EST)

Our team, Team System Developer and Tester Tools (Unit Testing, Web Testing, Load Testing, Profiling, Code Analysis (FxCop and PREFast) and Code Coverage) is having a MSDN chat on Wednesday, March 15th, at 10:00am (PST, 1pm EST) at http://msdn.microsoft.com/chats

FAQ: How do I integrate custom rules with Visual Studio? [David Kean]

Update: To have rules target both Visual Studio and FxCop, see the following entry: FAQ: Can I create custom rules that target both Visual Studio and FxCop? Although not officially supported or documented, the Managed Code Analysis (FxCop) feature available
 
Page view tracker