alerickson

Results 17 issues of alerickson

Steps to reproduce ------------------ ```powershell ``` Expected behavior ----------------- ```none ``` Actual behavior --------------- ```none ``` Environment data ---------------- ```powershell > $PSVersionTable ``` ```powershell > Get-Module -ListAvailable PowerShellGet,PackageManagement ``` ```powershell...

- [ ] push .nupkgs (add more integration here as necessary) Support for publishing built nupkgs

Issue-Enhancement
Issue-Discussion

# PR Summary Add pipeline support in `Uninstall-PSResource` for `ValueFromPipelineByPropertyName` for `-Name` and `-Version` so that only specified versions are uninstalled. Currently all versions get uninstalled since the version property...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...

Issue-Enhancement
Area-PSRepository

### Summary of the new feature / enhancement Semantic versioning should be added once it is integrated into PowerShell. ### Proposed technical implementation details (optional) _No response_

feature_request

Look at use of 'ShouldProcess', -Confirm, -Force, -Trusted, etc. switch and ensure force is suppressing any interactive prompting for non-interactive uses.

Status-Investigating

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...

Issue-Bug
Area-Uninstall

Proposing that module owners should be allowed to delete a module if it's been published in the past week.

enhancement

# PR Summary ## 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 mood when describing your changes -...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...