Releases: VitaliiAndreev/Common-PowerShell
Releases · VitaliiAndreev/Common-PowerShell
8.1.0
Added
Invoke-WithExitCodeRetry- exit-code counterpart toInvoke-WithRetry
for native commands (netsh,git,docker,wsl, ...) that signal
failure through$LASTEXITCODEinstead of a thrown exception. Reuses the
existing backoff strategies; scope retries with an optional
-RetryableExitCodeset, or throw and useInvoke-WithRetryfor
predicate-based classification.