Aditya Patwardhan
Aditya Patwardhan
The file https://github.com/PowerShell/PowerShell/blob/master/src/System.Management.Automation/engine/CommandDiscovery.cs has a lot of code related to Snapins. Since Snapins are not supported, the code can be removed. Environment data ---------------- ```powershell > $PSVersionTable Name Value ----...
### Environment - Editor and Version (VS Code, Atom, Sublime): - Your primary theme: Dark ### Issue Description New feature added to PowerShell https://github.com/PowerShell/PowerShell/pull/10636 for null coalescing operators. New feature...
# PR Summary Updated the schema as per the discussion ## PR Context
In TransformBase.cs the following snippet does not include ExternalScriptInfo to check for CmdletBinding. It should be included. ``` if ((cmdletInfo is FunctionInfo funcInfo && funcInfo.CmdletBinding) || cmdletInfo is CmdletInfo) ```...
Steps to reproduce ------------------ New-MarkdownHelp -Command Set-AzDataLakeAnalyticsAccount -OutputFolder d:\temp\datalake -Force -UseFullTypeName Expected behavior ----------------- InputType section should not be empty in the generated markdown Actual behavior --------------- empty section with...
### Prerequisites - [X] **Existing Issue:** Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react,...
# PR Summary Backport change #18304 ## PR Context ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when describing your...
# PR Summary Autheticode sign all files in linux builds ## PR Context Fixes #18247 ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense...
# PR Summary Backport #18328 to rc2 release branch ## PR Context ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood...
# PR Summary Update the docs for upcoming release. ## PR Context ## PR Checklist - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative...