PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

Results 125 PowerShellGallery issues
Sort by recently updated
recently updated
newest added

Hi team, I'm just about to access an hyperlink that I've found in documention. yesterday it opened fine. But when I try to open know it showing"Page not found" [Url](https://www.powershellgallery.com/packages/DotNmetVersionLister)

let say I want to get a list of modules, from the gallery using the javascript fetch API, I can't do that

For the past couple months, I've had timeouts on both a Windows 10 workstation in the EU and on GitHub Linux runners, somewhere in the world. Publish takes forever for...

Use consistent date format

Hello It looks like the latest available build for the module is still 16.0.21213.12000 in our documentation- we need to get that updated to the new build for this month...

I believe email styling would like some love: ![image](https://user-images.githubusercontent.com/15063294/114352682-6e0c3880-9b6c-11eb-92f3-9ee0a1f2a6d8.png) I don't think markdown-based syntax works in any email software. If you point me where the "styling" is placed I'll try...

bug
UI

Repro steps: 1. Navigate to https://www.powershellgallery.com/packages/WindowsAutoPilotIntune/5.0 2. The page shows the v5.0 version of the module `WindowsAutoPilotIntune`. 3. Click to open the `WindowsAutoPilotIntune.psd1` in `FileList` ![image](https://user-images.githubusercontent.com/127450/114768287-82436780-9d1d-11eb-8aa0-caeb33562ba1.png) 4. The displayed content...

bug

I noticed that many packages (including those from Microsoft) use Markdown in the *Release Notes* section, but PS Gallery does not do any Markdown processing. Some other NuGet-based galleries (e.g....

enhancement

`Find-Command` from PowerShellGet depends on PowerShellGallery search capability to find modules based on commands, but PowerShellGallery doesn't support searching based on an alias and only supports command names. ```powershell find-command...