What to build
The test at tests/Get-PlasterManifestPathForCulture.Tests.ps1:22 calls Get-Culture -name "en-US", which fails on PS5.1 because the -Name parameter was added in PS6. The other two tests in the same file already use New-Object System.Globalization.CultureInfo("en-US"). Replace the one offending call to match that pattern.
Acceptance criteria
Blocked by
None - can start immediately
What to build
The test at
tests/Get-PlasterManifestPathForCulture.Tests.ps1:22callsGet-Culture -name "en-US", which fails on PS5.1 because the-Nameparameter was added in PS6. The other two tests in the same file already useNew-Object System.Globalization.CultureInfo("en-US"). Replace the one offending call to match that pattern.Acceptance criteria
Get-PlasterManifestPathForCulture— "returns the manifest for the specified culture" passes on PS5.1Blocked by
None - can start immediately