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
Agree; this behavior is pretty well-known, but may cause confusion and is not intuitive. Normally, if I need break or continue in a loop, I use a language keyword (for, foreach, while, etc.) instead of ForEach-Object to avoid confusion.
It would be good to add a gotcha on breaking from pipelines...
i.e. People expect this:
to work like this:
The text was updated successfully, but these errors were encountered: