Microsoft Dynamics 365 Business Central Developer — Question 13

You are developing an app that will be published to Microsoft AppSource.
The app requires code analyzers to enforce some rules. You plan to add the analyzers to the settings.json file.
You need to activate the analyzers for the project.
Which three code analyzers should you activate to develop the app for AppSource? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: A, B, E

Explanation

The correct answer includes CodeCop, UICop, and AppSourceCop because these analyzers are specifically designed to enforce rules relevant to applications published on AppSource. The other options, such as a custom rule set and PerTenantExtensionCop, may not provide the necessary compliance checks required for AppSource submissions.