Skip to content

Releases: VitaliiAndreev/Common-PowerShell

8.1.0

15 Jun 07:09
cf21e01

Choose a tag to compare

Added

  • Invoke-WithExitCodeRetry - exit-code counterpart to Invoke-WithRetry
    for native commands (netsh, git, docker, wsl, ...) that signal
    failure through $LASTEXITCODE instead of a thrown exception. Reuses the
    existing backoff strategies; scope retries with an optional
    -RetryableExitCode set, or throw and use Invoke-WithRetry for
    predicate-based classification.