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

### Summary of the new feature / enhancement As a script writer I want to be able to use `New-PSScriptFileInfo` to generate a PSScriptInfo comment block, after I have already...

feature_request
Area-InfoFile

### 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-Update
Needs-Triage
Needs-Attention :wave:

Running find-psresource has strange behaviour when the NUGET repository is hosted in Artifactory Our repository, 'powershelf', has 760 artifacts over 53 unique modules. I can list all of them with...

Issue-Documentation
Area-Find
Needs Testing

The following command: ``` New-ModuleManifest -Path .\Test.psd1 -RequiredModules @('AWSPowerShell.NetCore') -ExternalModuleDependencies @('AWSPowerShell.NetCore') -PassThru ``` results in the following manifest being generated (irrelevant data excluded): ``` ... RequiredModules = @('AWSPowerShell.NetCore') ... PrivateData...

Issue-Bug
Area-Publish
Needs Testing

Currently Get-CredsFromCredentialProvider.ps1 is hard-wired to only allow CredentialProviders for pkgs.dev.azure.com and pkgs.visualstudio.com. To enable a 3rd party to write their own credential provider: - remove lines 17-23 in that file...

Area-PSRepository

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

### 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-Discussion
Area-Save

### Summary of the new feature / enhancement We hit a number of issues because of our reliance on the nuget APIs, instead we should make our own calls directly...

Area-Publish
Area-Install
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. ###...

Issue-Bug
Area-Install

When installing a package, save companyname, copyright and other metadata information to metadata xml file. Also change setters access levels for these properties of the PSResourceInfo class. Get-PSResource will now...