AppSourceCop Error AS0008
Defining reserved namespaces is not allowed.
Description
The namespace must be different from System and Microsoft.
Remarks
Using reserved namespaces like System
or Microsoft
can lead to conflicts and unexpected behavior, as these namespaces are intended for the platform's internal libraries and functionality. By enforcing this rule, AppSourceCop ensures that your code remains isolated and doesn't interfere with the core system libraries, promoting better maintainability and compatibility.
To resolve ths error, identify the namespace and change it to a unique name that doesn't conflict with reserved namespaces.
Related information
AppSourceCop Analyzer
Get Started with AL
Developing Extensions