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
What you expected to see, versus what you actually saw
This repo contains the following projects:
BluehillHomePage: The Blazor WebAssembly project
BluehillHomePage.Tests: Unit tests project for BluehillHomePage
Both projects use lock files. Unit test projects must of course reference the project they are testing. So in this case BluehillHomePage.Tests is referencing BluehillHomePage.
However, Dependabot only updates the lock file of the project to be tested, and not the lock file of the test project.
If the lock file of the referenced project is updated, the lock files of projects referencing that project must also be updated.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Is there an existing issue for this?
Package ecosystem
nuget
Package manager version
6.12
Language version
13
Manifest location and content before the Dependabot update
https://github.com/na1307/na1307.github.io/blob/80eed29b265bf2a6873492ea2a85da530306a949/Directory.Packages.props
dependabot.yml content
https://github.com/na1307/na1307.github.io/blob/f7188522766ef99889a81e43966f53d0bebb6e83/.github/dependabot.yml
Updated dependency
Bluehill.Blazor.GHPages
from 1.0.0 to 1.0.1What you expected to see, versus what you actually saw
This repo contains the following projects:
BluehillHomePage
: The Blazor WebAssembly projectBluehillHomePage.Tests
: Unit tests project forBluehillHomePage
Both projects use lock files. Unit test projects must of course reference the project they are testing. So in this case
BluehillHomePage.Tests
is referencingBluehillHomePage
.However, Dependabot only updates the lock file of the project to be tested, and not the lock file of the test project.
If the lock file of the referenced project is updated, the lock files of projects referencing that project must also be updated.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
na1307/na1307.github.io#5
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: