Skip to content

Rule: Avoid ForEach-Object #5

Description

@clcaldwell

New rule to avoid ForEach-Object

ForEach-Object is usually much slower than .foreach{}. Make sure this points to something explaining the pros/cons of .foreach{} for awareness of memory issues.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions