- Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Milestone
Description
Steps to Reproduce
Install-PSResource Az.Compute -Verbose- Press ctrl-c to simulate a failure after az.compute has been installed
- Try importing az.compute, it will fail because dependent module
Az.Accountsis not present
Recommended Resolution
Install dependent packages before installing the main package.
Further, why not just use Nuget's already very robust dependency handling and resolution rather than rolling a separate solution for PSGet? This article referenced from MS documentation explains some very good and high performance ways to go about that and I would have expected this module to basically ape this procedure:
https://martinbjorkstrom.com/posts/2018-09-19-revisiting-nuget-client-libraries
jpawlowski