Skip to content

Fix incompatible New-Guid usage in start script #699

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

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

rjmholt
Copy link
Contributor

@rjmholt rjmholt commented Jul 11, 2018

Start-EditorServices.ps1 currently uses New-Guid, which is a v5+ cmdlet.

This replaces it with [guid]::NewGuid() for v3/4 compatibility.

Copy link
Contributor

@rkeithhill rkeithhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rjmholt rjmholt merged commit f675744 into PowerShell:master Jul 11, 2018
@rjmholt rjmholt deleted the fix-new-guid-v34 branch December 12, 2018 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants