microsoft / PowerApps-Tooling

Tooling support for PowerApps language and .msapp files
https://make.powerapps.com
MIT License
322 stars 107 forks source link

Enable rules for IDisposable and exceptions #647

Closed joem-msft closed 5 months ago

joem-msft commented 5 months ago

Problem

For code quality, maintenance, and usage this PR enables diagnostic rules related to usage of IDisposable objects and exceptions.

Solution

Update .editorconfig rules and fixed or suppressed existing violations.