Expand Minimize

Do not override SharePoint system files

Solutions must not override system files. If this solution is deployed it could damage the SharePoint farm and make it unreachable.

CheckId SPC030101
TypeName DoNotOverrideSystemFiles
Severity CriticalError
Type Solution

Remove the file from the solution package or rename the file to avoid conflicts with SharePoint system files.

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":"SPC030101:DoNotOverrideSystemFiles","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.