PSResourceGet
PSResourceGet copied to clipboard
PSResourceGet is the package manager for PowerShell
### 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. ###...
# PR Summary Currently when installing without specifying a repository, PSGet prompts the user for each untrusted repository while searching- even if that repository would not contain the package. This...
# PR Summary Fix bug related to updating a prerelease version package. If the package has latest prerelease version, the discrepancy with System.Version and NuGetVersion instances used for latest version...
# PR Summary Update NuGet packages NuGet.Commands and NuGet.Protocol ## PR Context Satisfy dependabot ## 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...
# PR Summary This PR adds `[SupportsWildcards()]` attribute to parameters that accept wildcards but aren't currently having it. ## PR Context Resolves #751 ## PR Checklist - [x] [PR has...
# PR Summary This PR fixes test files to be compatible with Pester 5.X and updates the pipeline to use Pester 5.X. ## PR Context ## PR Checklist - [x]...
Port of https://github.com/PowerShell/PowerShell/issues/15588 ## Summary of the new feature/enhancement Powershell Package Authoring in C#/.Net is a very unsatisfying task for anything that relies on complex Nuget Packages. As an example:...
### 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. ###...
### 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. ###...
``` $Cred = Get-Credential $Username Register-PSResourceRepository -Name $AuthenticatedFeed -URL "https://pkgs.dev.azure.com//_packaging//nuget/v3/index.json" -Trusted Find-PSResource -Repository $AuthenticatedFeed -Credential $Cred Find-PSResource: Unable to load the service index for source https://pkgs.dev.azure.com//_packaging//nuget/v3/index.json. ``` If I register...