-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommended Packages #3928
Comments
I'm not sure that this is a good idea.
|
Interesting points, and I can see how advertising could be an issue |
A more compelling case of this feature request may be: Instead of only outputting recommended packages, maybe support a |
I have a better understanding of this now than I did 8 months ago. This is essentially a naming nit regarding the If the main package produces the desired result, then the other package isn't a dependency and is simply extraneous. If the main package requires the other package to produce the desired result, then it's a dependency, regardless of how gracefully the main package handles this. Some packages might have finely-crafted messages about the capabilities of their software product without having the other software package installed, and some depend on .NET to generate an error. - but this doesn't matter insofar as the other package being necessary to produce the desired output. It's similar to how some websties can give a full HTML 404 error page, with copyrighted properties and special CSS effects that follow the mouse - while other websites just give the plaintext response. The amount of sophistication going into the error message doesn't make the backing file any more or less available. |
Description of the new feature / enhancement
Some packages have related software to make them work better or provide additional functionality. It would be nice if a user were informed of these related packages after install.
For example, Audacity can have additional codecs enabled by installing a specific FFMPEG package. After install, a user may be interested in also installing that package.
Additionally, when Verified Publishers are complete, they may want to promote their other related software.
Proposed technical implementation details
Manifest -
Output -
Also could be a user setting to suppress recommended packages
The text was updated successfully, but these errors were encountered: