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

Prevent NRE in Unix computer cmdlets with test hooks active #12651

Merged
merged 1 commit into from
May 14, 2020

Conversation

vexx32
Copy link
Collaborator

@vexx32 vexx32 commented May 14, 2020

PR Summary

Test hooks being enabled prevent _process from being defined & causes the Dispose() method to throw a NRE on the Unix Computer cmdlets.

PR Context

Less errors please. Also #12482 for the broader issues in this file.

PR Checklist

Test hooks being enabled causes the Dispose() method to throw a NRE on the Unix Computer cmdlets.
@iSazonov iSazonov added the CL-General Indicates that a PR should be marked as a general cmdlet change in the Change Log label May 14, 2020
@iSazonov iSazonov added this to the 7.1.0-preview.3 milestone May 14, 2020
@iSazonov iSazonov merged commit 42248a0 into PowerShell:master May 14, 2020
@vexx32 vexx32 deleted the patch-2 branch May 14, 2020 11:28
@ghost
Copy link

ghost commented Jun 25, 2020

🎉v7.1.0-preview.4 has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-General Indicates that a PR should be marked as a general cmdlet change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants