Aditya Patwardhan

Results 46 issues of 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 ----...

Up-for-Grabs
WG-Cmdlets-Management
Issue-Code Cleanup

### 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) ```...

Area-MAML

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...

Area-MarkdownWriter

### 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,...

doc-idea
release-notes

# 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...

CL-BuildPackaging
Extra Large

# 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...

Compliance
Waiting on Author
Small

# 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...

Extra Small

# 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...

Extra Small