PowerShellGetv2 icon indicating copy to clipboard operation
PowerShellGetv2 copied to clipboard

PowerShellGet is the Package Manager for PowerShell

Results 116 PowerShellGetv2 issues
Sort by recently updated
recently updated
newest added

Steps to reproduce ------------------ We publish almost 180 modules (`AWS.Tools.*`) to PowerShell Gallery in large batches. These modules have dependencies on each other. I wrote a script that looks at...

Issue-Enhancement
Area-PowerShellGallery
Publish-Module

It would be nice to be able to filter out `Find-Module` by Authors. Right now you have to use ```PowerShell $All = Find-Module $All | Where-Object { $_.Author -eq 'Przemyslaw...

Issue-Enhancement
Find-Module

When using a private repository (for example, a VSTS / NuGet based repository), using Credentials is required. `Find-Module` and `Find-Script` support the use of a `-Credential` parameter, while `Find-DscResource` does...

Issue-Enhancement
Up-For-Grabs
good first issue

Steps to reproduce ------------------ If you are using Update-ModuleManifest with FunctionsToExport it can combine multiple array entries onto a single line. This sounds good in theory but in practice it...

Issue-Discussion
ModuleManifest

PowerShell Core 6.0 seems to be adding [support for SemVer 2.0](https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-core-60?view=powershell-5.1#semantic-versioning). `Prerelease` manifest field value validations should be updated to allow series of dot separated identifiers.

Issue-Enhancement
Review

This [function](https://github.com/LaurentDardenne/ProjectTools/blob/master/Edit-String.ps1) contains a lots of private functions : ``` powershell Edit-String # MAIN function New-Exception Test-InputObjectProperty ConvertTo-String Convert-DictionnaryEntry New-ObjectReplaceInfo isParameterWellFormed BuildList ``` They are all present into the 'Tags'...

Issue-Discussion
Up-For-Grabs

If you have a module with name ABC which is listed in the gallery as abc, you can Install it, but once installed Get-Module -ListAvailable and other commands won't find...

OS-Linux

Hey, I would like to submit my attempt at fixing the problem described in issue #143 I removed the _ValidateNotNullOrEmpty_ check from the NugetApiKey parameter and implemented `if` statements checking...

Currently, **Update-Module** behavior is a bit special. When creating modules and writing blog posts I've usually told people to use **Install-Module**, and later on use **Update-Module** when a new version...

Issue-Discussion
Update-Module

## Expected Behavior Update-ScriptFileInfo should update PSScriptInfo values consistently without adding unnecessary extra lines ## Current Behavior When Update-ScriptFileInfo is run it adds 2 extra lines between ``` .PRIVATEDATA #>...

Issue-Bug
Up-For-Grabs