PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

PSResourceGet is the package manager for PowerShell

Results 264 PSResourceGet issues
Sort by recently updated
recently updated
newest added

I tried to configure PowerShell Get with an GitLab Nuget Package Repository and it fails. ``` PS /> $parameters = @{ Name = "GitLab" SourceLocation = "https://git.internal/api/v4/projects/916/packages/nuget/index.json" PublishLocation = "https://git.internal/api/v4/projects/916/packages/nuget/index.json"...

Issue-Bug
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

### Summary of the new feature / enhancement We should create automation to generate our changelog based on PRs ### Proposed technical implementation details (optional) _No response_

Area-Build&Release
feature_request

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

Needs-Triage

Team, After publishing and installing a module from PS Gallery we get one additional file called PSGetModuleInfo.xml. After calling Test-FileCatalog I get "ValidationFailed" result. This way our customers cannot verify...

Issue-Bug
Area-Install
Issue-Discussion
Needs Testing
Needs-Attention :wave:

Microsoft is pushing more and more during Onedrive setup to have MyDocuments managed by onedrive. Being a good dev and not running elevated means installing packages with `-Scope CurrentUser` but...

Issue-Bug
Area-Install
Status-Investigating
Issue-Discussion

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

Area-Update

### 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-Build&Release

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

Status-Investigating

It would be great if there was a way to register a PSRepository on the system-wide level, so that if configured once, it would work for all the users on...

Area-PSRepository