-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Detected package version outside of dependency constraint #13763
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just bump the version we depend on to match Essentials? everyone uses that. basically can't build an app without it.
We could. There's a risk we create another diamond dependency somewhere else, although if Essentials is really widespread then people would already be bumping into such a problem if it already exists. And although it's the opposite of what we do with most of our integrations, the MAUI community is kind of obliged to live on the bleeding edge (since changes get shipped by Apple and Google, not just Microsoft). So, sure... yeah, we could do that. Note that Essentials is a moving target though. Since this issue was reported with version 9.0.50 of that package, another 4 releases and 5 pre-releases of that package have been made. |
I second this approach. Essentials is always present in MAUI templates and I've never seen a project excluding it. |
I'm OK with that. Which version of Maui Essentials do we try to match though? At the moment, we're essentially matching the version of Maui Essentials that was released when MAUI 9 was released. Here are all of the 9.x that have been released (and there are some 10.x releases starting now as well): @bruno-garcia we could set up an automated dependency check on GitHub and try to bump this automatically so that we're always matching the latest version of Essentials. Other than doing what we're doing (picking the oldest version) that seems like the only other non-arbitrary version we could pick. |
DESCRIBE YOUR PR
Added docs on troubleshooting "Detected package version outside of dependency constraint" errors.
Resolves getsentry/sentry-dotnet#4095 (see comment)
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: