Badgerati / Pode

Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
https://badgerati.github.io/Pode
MIT License
830 stars 92 forks source link

Applies a fix for a PS7.5 bug with Remove-Item throwing divide by zero error #1322

Closed Badgerati closed 3 months ago

Badgerati commented 3 months ago

Description of the Change

Applies a fix for a PS7.5-preview.3 bug with Remove-Item throwing divide by zero error

Info here: https://github.com/PowerShell/PowerShell/issues/23868

The fix is to have $ProgressPreference = 'SilentlyContinue' in the pode.build.ps1 file.