• Mandatory Comments Check-in Policy for TFS

    Published by ebella on September 26th, 2006 5:21 am under Team System

    No Comments
    This policy states that comments related with current check-ins are “must-to-have”. TFS does not provide “out of the box” policies of this kind; you just have to make a custom one. Take a glance to a C# custom policy code and see how it’s configured here. In order to have the custom policy installed, you... read more
  • Code Analysis Check-in Policy for TFS

    Published by ebella on September 20th, 2006 6:17 am under Team System

    No Comments
    FXCOP (a.k.a CodeAnalysis) is a tool that verifies if the code written complies with the appropriate design guidelines. During compilation FXCOP will warn if detects that the following design guidelines are not being correctly applied: Design Warnings proper library design as specified by the .NET Framework Design Guidelines Globalization Warnings world-ready libraries and applications Interoperability... read more