40
The solution packager is generating warnings on forms present in the solutions. The forms are correctly added to the solution underneath the entities. The solution packager is generating on the pack command warnings on these forms. As understood from Microsoft the warnings are generated, because the solution packager is only checking the Dashboard section and not the systemform sections (as it should).
The customer uses the solution packager in the build pipelines and likes to stop the build when warnings occur.
Category: General
STATUS DETAILS
Declined
Ideas Administrator

We suggest utilizing the PAC CLI along with our native AZDO tasks or GitHub Actions for CI/CD. If you have any questions or need further assistance, please don't hesitate to reach out to our support team.

 

Comments

S

This one is super easy to reproduce:
• Create empty solution
• Add one form (e.g. Main form of Contact)
• Export (unmanaged + managed)
• Extract using Solution Packager ("Both")
• Pack using Solution Packager ("Both")
• Observe warning being thrown: "Following root components are not defined in customizations: Type='SystemForm', Id (or schema name)='{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}'"

Category: General