Skip to content

microsoft/PowerApps-Tooling

Repository files navigation

image image Build Status

Power Apps tools for professional developers

  • 🆕 C#/.Net library for working with Power Apps msapp files
  • Legacy Source File Pack and Unpack Utility (PASopa)

Tip

We welcome feedback on the project, file format, and capabilities. Start discussion or vote for ideas

Demo

Enable every developer to collaborate with low code + pro code

Prerequisites

Usage

  • Configure VSCode YAML extension to use the schema file in the repo. Add the following to your settings.json: alt text
"yaml.schemas": {
    "https://raw.githubusercontent.com/microsoft/PowerApps-Tooling/master/docs/pa.yaml-schema.json": "*.pa.yaml" 
}

Contributing

We welcome feedback on the design, file format, and capabilities. Comments and issues are very welcome.

Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

Before making a Pull Request, please file an Issue and solicit discussion.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Setting up a dev box

For a developer machine (Windows 10, WSL, Linux, macOS), install:

Building and running tests

After cloning this repo (https://github.com/microsoft/PowerApps-Language-Tooling), open a terminal/cmd/PS prompt with the dotnet executable on the path. Check with: dotnet --version

To build, run tests and produce nuget packages, run this command:

./build ci

To list all build targets, run: ./build --list-tree

To see other build help, run: ./build --help