PSResourceGet
PSResourceGet copied to clipboard
Installing dependencies is not currently supported for V3 server protocol repositories
Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest released version
- [X] Search the existing issues.
Steps to reproduce
Install-PSResource for a module with dependencies
Expected behavior
Module and dependencies are installed
Actual behavior
Installing dependencies is not currently supported for V3 server protocol repositories
Since when?! It worked in the betas
Error details
No response
Environment data
Microsoft.PowerShell.PSResourceGet
0.9.0-rc1
Visuals
No response
Did this really just go GA without support for dependencies?
Is there an ETA on adding support for this?
Its very wierd that with v3 nuget repository its not possible to install module with dependencies. Also with find-psresource Name * there is no result, because wildcard is not supported.
@SydneyhSmith any update on this request? At this time v3 repos are effectively unusable.
@ThomasNieto unfortunately we are really backed up on internal compliance work...happy to work with a community member on a PR for this
I think the starting place would be to just do it with modules, to check this it would be with a .psd1...to add support for generic nupkgs would be additional work