Initialise as MSBuild style project, similar to PCF projects #397
parvezghumra
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently the Power Platform CLI gives us the ability to initialise PCF Controls as MSBuild compatible projects (.pcfproj). This provides a nice ALM-friendly pathway to integrating them into Dataverse solution projects (.cdsproj), not just as part of the inner loop during development, but these features also help us mature the ALM story in the outer loop.
The following links demonstrate these capabilities:
https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/pcf#pac-pcf-init
https://learn.microsoft.com/en-us/power-apps/developer/component-framework/create-custom-controls-using-pcf
https://learn.microsoft.com/en-us/power-apps/developer/component-framework/import-custom-controls
It would be great if we could get similar features for Code App projects
All reactions