Actionabilize errors from incorrect settings files by travisclagrone · Pull Request #1263 · PowerShell/PSScriptAnalyzer

@travisclagrone changed the title Revert "Annotatively research current state of exception handling surrounding settings file load invocation" Actionabilize errors from incorrect settings files

Jun 18, 2019

bergmeister

bergmeister

… settings file load invocation
…nvoke-ScriptAnalyzer -Settings' results in an exception
…ScriptAnalyzer -Settings` results in an exception
…rounding settings file load invocation"

This reverts commit 3bfd45b.
…processing the argument of `Invoke-ScriptAnalyzer -Settings` results in an exception

@travisclagrone

@travisclagrone

This reverts commit 88ab1ec.

`using System.IO` is required in Engine\Settings.cs after all. The main
use is for pre-existing unqualified references to the type
InvalidDataException.

@bergmeister

…name and make error record arguments consistent with usage in other parts of the solution.