Open
Description
Summary of the new feature
ForEach-Object is great. However, by its name, it's similar to foreach. Using continue/break/return within ForEach-Object to foreach is much different and does something that most people do not expect. It would be great for PSScriptAnalyzer to warn people about using it that way.