Send comments on this topic. |
|
Glossary Item Box
Cause
The file header at the top of a C# code file does not contain the appropriate company name text.
Rule Description
Check the checkbox at the top of the settings page, and fill in the required company name text for your company. Click OK to save the settings. With these settings in place, every file within the project must contain the required company name text within its file header copyright tag, as shown in the example below:
//-----------------------------------------------------------------------
// <copyright file="Widget.cs" company="My Company">
// Custom company copyright tag.
// </copyright>
//-----------------------------------------------------------------------
How to Fix Violations
© Microsoft Corporation. All Rights Reserved.