-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution checker complains about dg.xrmquery.web.js #292
Comments
Hello @Mihails-Simvulidi We've made an initial effort towards reducing the warnings produced by the solution checker by enforcing strict comparison in dg.xrmquery.web.js. However, the minified versions (dg.xrmquery.web.min.js and dg.xrmquery.web.promise.min.js) still produce warnings as the minifying process (gulp-uglify and UglifyJS) introduces loose equality comparisons. Unfortunately I don't see a solution to all of the warnings produced by the solution checker:
I don't currently see a feasible solution for eliminating all Solution Checker warnings. Ideas are welcome and pull requests even more so. |
Thank you! Regarding Xrm.Page - I think XrmDefinitelyTyped.exe could generate different dg.xrmquery.web*.js files depending on environment version or setting in XrmDefinitelyTyped.exe.config. Regarding "use strict;" - maybe it could be reported as a bug to Microsoft? |
Describe the bug
Power Apps solution checker shows a medium severity issues because:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No solution checker issues. It could be achieved by:
Screenshots
Environment
The text was updated successfully, but these errors were encountered: