MB-820 · Question #32
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…
The correct answer is A. CodeCop B. UICop E. AppSourceCop. PerTenantExtensionCop and AppSourceCop conflicts with each other. Code is for Appsource, so no need for PerTenantExtensionCop.
Question
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.
Options
- ACodeCop
- BUICop
- Ca custom rule set
- DPerTenantExtensionCop
- EAppSourceCop
How the community answered
(56 responses)- A93% (52)
- C2% (1)
- D5% (3)
Explanation
PerTenantExtensionCop and AppSourceCop conflicts with each other. Code is for Appsource, so no need for PerTenantExtensionCop.
Topics
Community Discussion
No community discussion yet for this question.