-
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
[Dependencies] - Manifest validation errors with msstore package identifier #3271
Comments
@stephengillie - can I also request Dependencies and Area-Manifest labels? |
We haven't really been considering "cross-source" dependencies. That's an area of complexity and security concerns. For now, we treat them as "same source only". |
I got an interesting Cross-source issue then microsoft/winget-pkgs#132856 Isn't the store repo a verified trusted source? |
I think the main issue with Cross-Source dependencies is that they would fail if the user has removed the source. For example, I usually remove the msstore source on my dev machine since I don't need it, and when I query for packages it's usually to see whether or not they already exist in the repo and I don't like having to specify |
Brief description of your issue
Some packages may depend on programs from the Microsoft Store like Xbox Game Bar. Adding these packages as dependencies throws a manifest validation error. Ignoring the validation error, the dependencies install correctly
Steps to reproduce
Expected behavior
Manifest validation to succeed
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: