Skip to content
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

Internal dependencies don't specifiy a version #268

Open
Marvin-Brouwer opened this issue Feb 2, 2023 · 1 comment
Open

Internal dependencies don't specifiy a version #268

Marvin-Brouwer opened this issue Feb 2, 2023 · 1 comment
Labels
bug Something isn't working Hacktoberfest help wanted Extra attention is needed
Milestone

Comments

@Marvin-Brouwer
Copy link
Owner

Package+Version:
All

Framework version:
All

Describe the bug
OOTB the csproj format doesn't support version ranges.
However, we use major versions to indicate breaking changes across packages.
This may result in errors when updating one of many packages, for example when dependabot is updating them one-by-one.

Expected behavior
We'd like to limit the package dependencies on the last major version published to prevent this from accidentally happening. And, it will give a clearer understanding why a dependabot update is failing.

Additional context
Maybe this answer to this article helps:
https://stackoverflow.com/a/73098203

@Marvin-Brouwer Marvin-Brouwer added bug Something isn't working help wanted Extra attention is needed Hacktoberfest labels Feb 2, 2023
@Marvin-Brouwer Marvin-Brouwer added this to the Help wanted milestone Feb 2, 2023
@Marvin-Brouwer
Copy link
Owner Author

I'm honestly not sure how to handle this, unless we unify all package versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant