◐ Shell
clean mode source ↗

Handle cases where the Signature generator fails catastrophically by JamesWTruher · Pull Request #1661 · PowerShell/PSScriptAnalyzer

PR Summary

In the profile collector, there are some cases when we attempt to generate a method signature the framework will generate a platform not supported exception which causes the profile generation to fail.

We're not yet shipping the collector as a standalone module (as we think we may change it in the future), but we would like the functionality to work correctly.

PR Checklist