Info
Version: | 1.0.0 |
Author(s): | Krzysztof Balcerowski |
Last Update: | Tuesday, September 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/malaker/PowerAppsTools |
NuGet Url: | https://www.nuget.org/packages/PowerAppAdvisorClient |
Install
Install-Package PowerAppAdvisorClient
dotnet add package PowerAppAdvisorClient
paket add PowerAppAdvisorClient
PowerAppAdvisorClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Common(>= 1.0.0)
- Microsoft.Identity.Client(>= 4.17.1)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
This library implements confidential client flow. It calls powerapps checker web api - https://docs.microsoft.com/en-us/power-platform/alm/checker-api/overview
For teams who are in need of automation CI/CD pipeline introducing static analysis of powerapp / dynamics 365 solution is great benefit.
It quickly identifies problematic patterns and prevent introducing to solution legacy patterns or deprecated API etc.