You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify is a transitive dependency through Verify.Xunit and they receive updates from dependabot to same version numbers each time. However, the PR for Verify.Xunit fails unless Verify PR is checked in first and then Verify.Xunit one is rebased.
I think we can resolve it in this repo by referring to Verify.Xunit explicitly in csproj and letting nuget restore to fetch corresponding Verify library by transitivity. That should reduce the number of dependabot PRs and the need to manually order and rebase them.
The text was updated successfully, but these errors were encountered:
Verify
is a transitive dependency throughVerify.Xunit
and they receive updates from dependabot to same version numbers each time. However, the PR forVerify.Xunit
fails unlessVerify
PR is checked in first and thenVerify.Xunit
one is rebased.Examples:
The #918 and #919 pair.
The #901 and #902 pair.
Not being able to configure this in dependabot is a known issue which seems to be around quite a while and is not yet addressed:
I think we can resolve it in this repo by referring to
Verify.Xunit
explicitly in csproj and letting nuget restore to fetch correspondingVerify
library by transitivity. That should reduce the number of dependabot PRs and the need to manually order and rebase them.The text was updated successfully, but these errors were encountered: