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

New-Guid not defined #1045

Closed
adamdriscoll opened this issue Aug 25, 2019 · 0 comments
Closed

New-Guid not defined #1045

adamdriscoll opened this issue Aug 25, 2019 · 0 comments
Labels
bug Something isn't working help wanted Looking for contributors to resolve this issue
Milestone

Comments

@adamdriscoll
Copy link
Member

Describe the Issue

For some reason, intermittently, New-Guid will report as undefined. We should just replace usage of New-Guid with [Guid]::NewGuid() since that's just a .NET construct.

To Reproduce

Not really sure. See this forum topic: https://forums.universaldashboard.io/t/intermittent-new-guid-error/1121/5

Expected behavior

The new-guid error is never present

@adamdriscoll adamdriscoll added bug Something isn't working help wanted Looking for contributors to resolve this issue labels Aug 25, 2019
@adamdriscoll adamdriscoll added this to the 2.6.1 milestone Sep 24, 2019
adamdriscoll added a commit that referenced this issue Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Looking for contributors to resolve this issue
Projects
None yet
Development

No branches or pull requests

1 participant