SPC012133: Do not define Feature Id with curly brackets

A Feature Id should not contain curly brackets at the beginning and end.

TypeName: DefineFeatureIdWithoutCurlyBrackets
CheckId: SPC012133
Severity: Error
Type: Feature
Resolution

A Feature should not use curly brackets in Feature Id.
Although the feature will work as expected it is recommended to remove curly brackets for consistency.

Sample (MSDN):

<Feature
   Id="11111111-1111-1111-1111-11111111111"
   Title="Location Services"
   Scope="Web">
   ...
</Feature>

comments powered by Disqus