Notifications
Announcements
Hi.
We are having some issues with running the solution checker on unmanaged PCF Components with React imported as a dependency.
If i take this example and compile a solution from it, it will give 398 errors from the solution checker (mostly from the react bundle)
https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/ReactStandardControl
Are there any ways to ignore external libraries or maybe i am compiling this in a wrong way?
msbuild /t:build /restore /p:configuration=Release
Hello Kristoffer,
Let me guess... The App Checker mostly barks on the usage of "top" wording?
I raised this issue with the product group but in my case, I had issues running App Checked with Html/JS WebResources. I will revisit my email box to restart the discussion.
Thanks for reporting @Kristoffer88 I have reported the issue and we will investigate this. @a33ik please loop me in the discussion with PG. There is work pending for PCF solution checker alignment and it would be helpful context.
Thanks,
Hemant
Today, I have had a call with another person who reported a very similar issue. In that specific case, the root cause was that they run building of PCF in a debug mode:
npm run build
For building production version of the package you should run:
npm run build -- --buildMode production
or
msbuild /p:configuration=Release
depending on your build system.
Solution checker is designed to check "production built" packages, not "debug" ones.
Next doc updates were made:
- Added: known issue for PCF by lesyk · Pull Request #2561 · MicrosoftDocs/powerapps-docs (github.com)
- Add: prod build version command by lesyk · Pull Request #2560 · MicrosoftDocs/powerapps-docs (github.com)
Also, issue on XRMToolbox was raised: [Feature]: Build and deployment of "Debug" version of PCF to the "Prod" environment · Issue #56 · Power-Maverick/PCF-CustomControlBuilder (github.com)
Hi. As you can see in my opening post, this is already build with
The problem it seems, is that is it checking all the dependencies of my packages (react etc)
Is it possible for you to share more details:
1. Process of the build:
Did you opened terminal, navigated to your folder and just pasted:
right? Or some other acitons/programs are used?
2. May you share a list of errors that you are getting for the https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/ReactStandardControl?
3. Is it is possible to provide files/recordings that would speedup the process?
I think it has to do, with the way i am building it as a unmanaged solution.
To my understanding this is needed to include it into a existing solution and exporting that to another environment
i do this by editing this:
solution.xml
line 12+13
Hello,
Did you find a solution to the problem @Kristoffer88 ? Or anyone else?
I am also building it as a unmanaged solution (.cdsproj file edited) and I also use:
Thanks
Edit:
The 4 types of issues I have:
But most issues seem to come from third party libraries.
Hi, I'm currently working with PCF and I encounter the same error. Is it resolved now?
Hi, I'm also working with PCF and encountering the same error. Is it resolved now?
I also get the same issue. In my case I am building a solution that contains several controls, added as project references in the .cdsproj.This I build with
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268