PowerApps-Tooling
PowerApps-Tooling copied to clipboard
Tooling support for PowerApps language and .msapp files
If this is related to an issue open in GitHub, please link it to this ticket and put the URL here. ## Problem New Validate Command ## Solution Adding Validate...
If this is related to an issue open in GitHub, please link it to this ticket and put the URL here. ## Problem Current Save routine only enables saving to...
- [ ] Please attach a sample .msapp to this Issue which demonstrates the issue you are experiencing. *(Please do not attach any file which may contain sensitive personal or...
[cat_devopskitsamplecanvasapp_c7ec5_DocumentUri.zip](https://github.com/microsoft/PowerApps-Tooling/files/14311659/cat_devopskitsamplecanvasapp_c7ec5_DocumentUri.zip) [ALMAcceleratorSampleSolution_1_0_20231002_41.zip](https://github.com/microsoft/PowerApps-Tooling/files/14311662/ALMAcceleratorSampleSolution_1_0_20231002_41.zip) **Describe the bug** PAC CLI recently introduced full [support for using long paths](https://devblogs.microsoft.com/powerplatform/power-platform-command-line-interface-october-updates/#long-path-names-support) when unpacking solutions using clone/sync but it appears that when you use long path notation...
**Describe the bug** We are using the unpack solution action with the ProcessCanvasApp parameter set to true in our DevOps pipelines (v2). In one project, we have encountered an error...
We have a few apps where problems like this occur, and some apps that don't. Using PAC v2.0.31, installed through VS Code. Running on local VS Code terminal (no scripting...
It appears that there is a requirement when unpacking an .msapp file that the destination folder must be empty of all files, or contain a 'CanvasManifest.json' file (see [here](https://github.com/microsoft/PowerApps-Language-Tooling/blob/d8ee30c12de93eebe784b5de1b4d4ae3528589c0/src/PAModel/Utility/DirectoryHelper.cs#L140-L148)). Is...
- [ ] Please attach a sample .msapp to this Issue which demonstrates the issue you are experiencing. *(Please do not attach any file which may contain sensitive personal or...
Proof of concept for using YamlDotNet for our serialization & deserialization needs. - Handles writing multiline strings in our preffered `|` style instead of YamlDotNet's default `>` via `MultilineStyleEmitter.cs` -...