| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, ran CI, looks good. Thoughts Andy Jordan (@andyleejordan) ?
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good, thanks.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Updates the foreach loop where diagnostics are written to only write the summary once instead of once per logger. Given that the summary is always printed to the host (and not to the logger), it does not make sense to print it multiple times. Since there's only a single logger shipped with PSScriptAnalyzer, this does manifest in practice, but it's relevant for my follow-up PRs. :)
PR Checklist