Usually the best practice checks are run during the build of a project/a solution. Sometimes, however, it can be quite practical to run them separately from a build.
Therefore Microsoft offers us the XppBp-Tool, see https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/author-best-practice-rules (at the bottom).
This tool is located in the PackagesLocalDirectory\bin directory and can be used as follows:
Xppbp.exe -module:MyModel -model:MyModel -metadata:"C:\AOSService\PackagesLocalDirectory" -all
Usually the best practice checks are run during the build of a project/a solution. Sometimes, however, it can be quite practical to run them separately from a build.
Therefore Microsoft offers us the XppBp-Tool, see https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/author-best-practice-rules (at the bottom).
This tool is located in the PackagesLocalDirectory\bin directory and can be used as follows: