| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
CodeFactor issues are due to reusing previous documentation comments |
Sorry, something went wrong.
| /// It is not used by any other PowerShell API, and is now obsolete | ||
| /// and should not be used if possible. | ||
| /// </remarks> | ||
| [Obsolete("Formerly used in PowerShell Workflow. Use an integer or System.Management.Automation.Language.RedirectionStream instead.")] |
There was a problem hiding this comment.
Use an integer or System.Management.Automation.Language.RedirectionStream instead.
Travis Plunk (@TravisEz13) and I discussed on this message, and we think it's better to not give a workaround here given that those 2 enums have different members and values.
How about change the message to This enum type was used only in PowerShell Workflow and is now obsolete.
And make sure specify true for the error parameter.
Sorry, something went wrong.
There was a problem hiding this comment.
make sure specify true for the error parameter.
Sorry, something went wrong.
|
🎉v7.0.0-rc.3 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Fixes #11619.
PR Context
Returns the PowerShellStreamType enum to code, since it was public, generically named and removed. Adds an ObsoleteAttribute to prevent new usage.