You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: