Matt Gucci
Matt Gucci
In typescript project on Windows 11, `npm run package` fails: ``` $ npm run package > [email protected] package > npx projen package 👾 package | shx mkdir -p dist\js 👾...
### Proposed changes Adding `'` (or `"`). If not, PowerShell throws exception: ```powershell PS> $Env:DOCKER_CONTEXT=docker-test docker-test : The term 'docker-test' is not recognized as the name of a cmdlet, function,...
The following properties are missing from [`class ProviderInfo` in version 7 prerelease 1](https://github.com/PowerShell/PowerShellStandard/blob/c7c7ad3fa406631c57a307704bd86c6ff80c676f/src/5/System.Management.Automation-lib.cs#L4310-L4324): ```cs public bool VolumeSeparatedByColon public char ItemSeparator public char AltItemSeparator ``` The last two, `ItemSeparator` and `AltItemSeparator`,...
Added the gitignore pattern for dotnet-install.ps1 downloaded by [bootstrap.ps1](https://github.com/PowerShell/SHiPS/blob/91762f57fab5725d58ee325c21b48c90ef6e57f0/src/bootstrap.ps1#L101-L102).
`Invoke-SHiPSTest` failed as follows: ```powershell PS> Invoke-SHiPSTest ... [-] Get and Set test.Get Set Tests 336ms (321ms|15ms) RuntimeException: Legacy Should syntax (without dashes) is not supported in Pester 5. Please...