Expand Minimize

Feature name should start with solution name

A feature name should be prefixed with the name of the parent solution. This helps to make the feature name unique and it is easier to see which WSP solution deployed the feature. The rule is case sensitive.

CheckId SPC082101
TypeName FeatureNameShouldStartWithSolutionName
Severity Warning
Type Feature

Change the folder name of the Fature and add the solution name at the beginning, e.g. 'Company.Intranet.Components_ContentTypesFeature'.

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":"SPC082101:FeatureNameShouldStartWithSolutionName","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.