James Truher
James Truher
## PR Summary A couple of tests use the OS type to make a determination as to whether there's a case sensitive file system. In some environment (say a Linux...
## PR Summary get Linux build to upload build artifacts Add additional output to assist with debugging if there is a problem ## PR Checklist - [x] [PR has a...
As PowerShell provides a build for Alpine, it would be useful to have a PSRP package for that platform.
# PR Summary Currently, if we see something that appears to be a script block, we will base64 encode the contents of the scriptblock and then add a couple of...
# PR Summary This will fix issues we have with our autogenerated documentation. ## PR Context Some documentation created by automatic generation has issues because: - some of tags are...
# PR Summary Add new telemetry types to track experimental feature optout better. Add a GetExperimentalFeatureUseData to provide a consistent way to track feature and details. Add telemetry to PSNativeCommandUseErrorActionPreference...
If the PS release is a preview, then set it to Windows. # PR Summary Check `PSVersion.PSCurrentInfo.PreReleaseLabel` property and if it is null then set the argument passing mode to...
# Summary of the new feature/enhancement `curl` has the parameter `--unix-socket` which is super useful when dealing with those services which use them (like Docker). for example: `curl --unix-socket /var/run/docker.sock...
# PR Summary A new _public_ API for retrieving the PSModulePath element for PSHOME, User, and Shared locations. ## PR Context Retrieving the locations for the possible locations for portions...
`Set-ExecutionPolicy` doesn't complain, but it doesn't do anything either. We should decide whether we're going to support script signing on non-Windows platforms (and I couldn't see an uber-issue for this,...