SPC080102: Files or Folders should contain the name of the parent solution

Files or their folders should be named after the solution. This helps do make the file location unique to prevent overwriting of existing files and it is easier to see which WSP solution deployed the file. The rule is case sensitive.

TypeName: SolutionShouldNameFilesOrTheirFoldersAfterTheSolution
CheckId: SPC080102
Severity: Warning
Type: Solution
Resolution

Change the name or location of the file. Use a subfolder which is named as the solution or start the filename with the solution name to increase maintainability. Replace "." with "_" in folder names. Examples: '{4}' or '{5}'

comments powered by Disqus