-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Pipe-From-Variable PowerShell Progress Broken in PowerShell 7 #136
Comments
Hi @JustinGrote, I was unable to reproduce this issue; are you able to provide the full code for how you initialized the |
…g an Array/SZArrayEnumerator in .NET Core 3.1 (#136)
Hi @JustinGrote, I've managed to replicate this and have released a pre-release build of PrtgAPI 0.9.13 that includes a fix for this issue. Can you please follow the manual installation instructions and advise whether this build resolves the issue? |
Worked for me, thanks! |
…g an Array/SZArrayEnumerator in .NET Core 3.1 (#136)
…g an Array/SZArrayEnumerator in .NET Core 3.1 (#136)
Describe the bug
Clearly and concisely describe what you were trying to do, what happened and what you were expecting to happen
Trying to pipe commands consistently produces
Set-ChannelProperty: Don't know how to extract the pipeline input from a 'System.SZArrayEnumerator' enumerator from type ''.
Specifying the items directly usually works fine.
Steps to reproduce
Put the relevant code from your application that caused the issue to happen in the code block below
What is the output of
Get-PrtgClient -Diagnostic
?Additional context
Anything else I should know to help solve the issue?
Probably just a type difference or .NET Core 3.1 regression.
The text was updated successfully, but these errors were encountered: