AppSourceCop Error AS0054
The AppSourceCop configuration must specify the set of affixes used by the application
Description
The AppSourceCop configuration must specify one of the following properties: 'mandatorySuffix', 'mandatoryPrefix', or 'mandatoryAffixes'. The use of these affixes is validated by the AppSourceCop analyzer and helps prevent conflicts between different AppSource applications.
Remarks
In the AppSourceCop.json
configuration file, use the mandatorySuffix
, mandatoryPrefix
, or mandatoryAffixes
to specify which affixes apply for this particular extension. For example:
{
"mandatoryAffixes": [ "Foo", "Bar" ]
}
For more information, see AppSourceCop Rule AS0011.
Registering your affixes for AppSource submissions
The use of affixes is required for extensions submitted to the AppSource marketplace, see Technical Validation Checklist.
In order to register your affixes, see Benefits and Guidelines for using a Prefix or Suffix.
Related information
AppSourceCop Analyzer
Get Started with AL
Developing Extensions
Benefits and Guidelines for using a Prefix or Suffix