Skip to content

Conversation

@PrzemyslawKlys
Copy link
Member

Summary

  • ensure invalid path test uses OS-agnostic invalid character so the cmdlet consistently throws on non-Windows

Testing

  • pwsh -NoLogo -NoProfile -Command "Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force; Register-PSRepository -Default -ErrorAction Stop; Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; Install-Module Pester -Scope CurrentUser -Force; Invoke-Pester Tests/ExcelWorkbook.Tests.ps1" (failed: No match was found for the specified search criteria and module name 'Pester')
  • pwsh -NoLogo -NoProfile -Command "./Build/Manage-PSWriteOffice.ps1" (failed: The term 'Invoke-ModuleBuild' is not recognized)

https://chatgpt.com/codex/tasks/task_e_68985c6af664832e93e71d3422986a6a

@PrzemyslawKlys PrzemyslawKlys deleted the fix-test-for-saving-workbook-on-linux-and-macos branch August 21, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants