Microsoft.PowerApps.Checker.PowerShell

The PowerApps checker PowerShell module interacts with the PowerApps checker service providing the ability to run static analysis jobs and download the results. This module is for solution developers to perform rich static analysis checks on their solutions against a set of best practice rules to quickly identify problematic patterns.

Microsoft.PowerApps.Checker.PowerShell

Get-PowerAppsCheckerRules

This topic is pre-release documentation and is subject to change.

Obtains the list of rules for a specific ruleset or rulesets currently supported by the PowerApps checker service.

Get-PowerAppsCheckerRulesets

This topic is pre-release documentation and is subject to change.

Obtains the list of rulesets currently supported by the PowerApps checker service.

Invoke-PowerAppsChecker

This topic is pre-release documentation and is subject to change.

Performs the actions necessary for initiating an analysis job with the PowerApps checker service and waits for and downloads the results.

New-PowerAppsCheckerRuleLevelOverride

This topic is pre-release documentation and is subject to change.

Constructs a new rule level override object that can be used to pass to the RuleLevelOverrides parameter of Invoke-PowerAppsChecker.