You can download a new version of the Area Import/Export Tool, compiled against Team Explorer 2008, here.
Entries from January 13th, 2008
Updated Area Import/Export Tool for TFS 2008
January 13th, 2008 · No Comments · Team Foundation Server, TFS 2008, Work Item Customization
Tags:
Some Code Analysis Rules gone in Visual Studio 2008
January 13th, 2008 · No Comments · 2915, Issues and Hotfixes, TFS 2008, VS Development Tools
I was very sad to hear that a few beloved rules were removed from code analysis (aka FxCop) in Visual Studio 2008. Here’s a list of the removed rules: Removed due to removal of data flow engine: CA1062 ValidateArgumentsOfPublicMethods CA1303 DoNotPassLiteralsAsLocalizedParameters CA2100 ReviewSqlQueriesForSecurityVulnerabilities CA2202 DoNotDisposeObjectsMultipleTimes CA2204 LiteralsShouldBeSpelledCorrectly CA2215 DisposeMethodsShouldCallBaseClassDispose CA2241 ProvideCorrectArgumentsToFormattingMethods CA2000 DisposeObjectsBeforeLosingScope Removed due to high noise or no longer applicable analysis: […]
Tags: