Expand Minimize

SPC080103: Solution name should start with company name

The solution name should start with company name to follow the rule 'CompanyName.ApplicationName.ComponentName.wsp'.

CheckId SPC080103
TypeName SolutionNameShouldStartWithCompanyName
Severity Warning
Type Solution

The name of the solution file should start with the company name.

The list of allowed company names could be stored in the spruleset file as a configuration parameter for this rule.

Name Description
AllowedCompanyNames List of semikolon separated company names which are checked by this rule, e.g 'Company1;SubCompany1'.

To suppress this violation in XML SharePoint code add the following comment right before the XML tag which causes the rule violation. Learn more about SuppressMessage here.

<!-- "SuppressMessage":{"rule":"SPC080103:SolutionNameShouldStartWithCompanyName","justification":"Provide reason for suppression here"} -->
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.