PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

v3 feeds trigger unsupported dependency warning multiple times

Open ThomasNieto opened this issue 2 years ago • 0 comments

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

If you register a v3 feed and then try to use a resource lifecycle cmdlet it will trigger a unsupported dependency warning multiple times.

Expected behavior

Single warning is generated

Actual behavior

Save-PSResource anypackage -Repository psgallery-remote -Path Temp:
WARNING: Installing dependencies is not currently supported for V3 server protocol repositories. The package will be installed without installing dependencies.
WARNING: Installing dependencies is not currently supported for V3 server protocol repositories. The package will be installed without installing dependencies.

Error details

No response

Environment data

7.4-preview5
rc1

Visuals

No response

ThomasNieto avatar Sep 25 '23 19:09 ThomasNieto