Skip to content

Commit d0999b1

Browse files
authored
Merge pull request #1379 from MicrosoftDocs/solutionchecker-jowells-PBI-3960875-known-issues-multiple-violations-plugin-call-scope
SolutionChecker - Update common issues article for multiple violation plugin on call scope
2 parents 6818122 + c287cfe commit d0999b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

powerapps-docs/maker/common-data-service/common-issues-resolutions-solution-checker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ When HTML web resources are processed within Solution Checker, the HTML web reso
100100

101101
ECMAScript 6 (2015) or later versions are not currently supported for Solution Checker. When Solution Checker analyzes JavaScript using ECMAScript 6 or later, a web-supported-syntax issue for the web resource is reported.
102102

103+
## Multiple violations reported for plug-ins and workflow activities based on call scope
104+
105+
For plug-in and workflow activity rules where the issue is only relevant in the calling context, the Solution Checker tool starts its analysis at the IPlugin interface implementation and traverses a call graph to detect issues within the scope of that implementation. In some cases, many call paths may arrive at the same ___location where the issue is detected. Since the issue is relevant to the call scope, the tool may report based on that scope to provide a better picture of impact rather than on distinct locations. As a result, multiple issues may reference a single ___location that should be fixed.
106+
103107
## See also
104108
[Best practices and guidance for the Common Data Service](../../developer/common-data-service/best-practices/index.md)<br />
105109
[Best practices and guidance for model-driven apps](../../developer/model-driven-apps/best-practices/index.md)<br />

0 commit comments

Comments
 (0)