Suppress BP warnings

You can suppress best practice checks for each model.

·       To do this, you can right-click your project and select Edit best practice suppressions. This will open an XML file where you can suppress best practices.

·       You will need to add the model that you want to suppress by using the tags DiagnosticType, Severity, Path, Moniker, and Justification.

·       You should be able to copy the information from the model's BuildModelResult.xml that is created during the build into the Edit Best Practice Suppressions XML file.

·       The justification message might need to be modified to be more meaningful.

When XML documentation is not well-formed. You will receive the best practice warning saying BPErrorXmlDocumentationNotWellFormed 

-  Note: & symbol shouldn't be used in the XML Documentation.

List of Error and Warning Messages- https://docs.microsoft.com/en-us/dynamicsax-2012/developer/list-of-error-and-warning-messages

 

https://docs.microsoft.com/en-us/dynamicsax-2012/developer/best-practices-xml-documentation

Comments