The CheckHeader application was designed to be a developer tool that automatically checks the header of your C# files based on a common header template. Easily to integrate into your build process with support for Subversion keyword expansion, individual placeholders and custom headers for each file.
Here are some key features of "CheckHeader":
· Use a common header file template for all your C# files.
· Use Subversion keyword expansion to integrate source control information (e.g. revision, author) for each file.
· Use individual keywords to integrate special information (e.g. file name, year) for each file.
· A custom header is possible for every single file (e.g. for a different license type).
· Autogenerated files are marked with an autogenerated tag and designer files are ignored.
· Integrate it easily into your build process in Visual Studio via pre-build event.
· Following the StyleCop guidelines for file headers.
Requirements:
· NET 3.5 framework
What's New in This Release: [ read full changelog ]
· Add the possibility to define ignored folders via command line.