JustinGrote / JustinGrote/ModuleFast
Handle if an install is cancelled and one of the dependencies is incomplete
Open
enhancement
- Dominant language
- C#
- Stars
- 151
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Today, if you install Az and cancel, it will not fix any remainder dependencies.
Some ways to handle this:
1. Process dependencies first when found. May impact performance
2. Track dependencies separately and place a .incompleteDependencies into a module folder, resolving only when all modules are installed. Lots of potential issues here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.