X Tutup
The Wayback Machine - https://web.archive.org/web/20200918095553/https://github.com/PowerShell/PSScriptAnalyzer/pull/1523
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UseCorrectCasing: Do not use CommandInfoCache when CommandInfoParameters property throws due to runspace affinity problem of PowerShell engine #1523

Merged

Conversation

@bergmeister
Copy link
Collaborator

bergmeister commented Jun 13, 2020

PR Summary

Fixes #1516 by not using the cache if the sporadic PowerShell bug happens due to the runspace affinity PowerShell/PowerShell#4003

PR Checklist

…erty has runspace affinity problems
Christoph Bergmeister
@bergmeister bergmeister marked this pull request as ready for review Jun 13, 2020
@bergmeister bergmeister changed the title UseCorrectCasing: Do not use CommandInfoCache because Parameters property has runspace affinity problems UseCorrectCasing: Do not use CommandInfoCache when CommandInfoParameters property throws due to runspace affinity problem of PowerShell engine Jun 13, 2020
@bergmeister bergmeister requested review from rjmholt and JamesWTruher Jun 13, 2020
@bergmeister bergmeister merged commit d04c039 into PowerShell:master Jun 30, 2020
3 checks passed
3 checks passed
PSScriptAnalyzer-CI #20200613.5 succeeded
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
license/cla All CLA requirements met.
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.
X Tutup