PSResourceGet
PSResourceGet copied to clipboard
PSResourceGet is the package manager for PowerShell
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"...
### Summary of the new feature / enhancement Semantic versioning should be added once it is integrated into PowerShell. ### Proposed technical implementation details (optional) _No response_
### Summary of the new feature / enhancement We should create automation to generate our changelog based on PRs ### Proposed technical implementation details (optional) _No response_
### 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. ###...
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...
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...
### 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. -...
### 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. ###...
Look at use of 'ShouldProcess', -Confirm, -Force, -Trusted, etc. switch and ensure force is suppressing any interactive prompting for non-interactive uses.
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...