I just ported the first assembly of RapidDB over to .NET 2.0 in VS.NET 2005, and with gritted teeth hit the Build menu and ran Code Analysis. Having run FxCop on previous .NET 1.1 projects, I was ready for the list of warnings, some of which I really wouldn't agree with, and which I'd have to exclude within the FxCop project file. No need, the exclusion of messages on specific code blocks is now handled by attributes so you can easily spot what is being skipped right in the source code itself. In...