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
Whenever I run dart test, the command always seems to trigger a redownload of dependencies. This is noisy and inefficient
See the video as demonstration of the issue:
Screen.Recording.2025-05-04.at.04.12.02.mov
As you can see, running dart test always starts with:
Resolving dependencies in `/Users/remirousselet/dev/rrousselGit/riverpod`...
Downloading packages...
Got dependencies in `/Users/remirousselet/dev/rrousselGit/riverpod`.
Resolving dependencies in `/Users/remirousselet/dev/rrousselGit/riverpod`...
Downloading packages...
Got dependencies in `/Users/remirousselet/dev/rrousselGit/riverpod`.
I am not sure how to share a reproduction for this. But the video was taken by running dart test on the open source riverpod repository (specifically inside packages/riverpod)
The text was updated successfully, but these errors were encountered:
Whenever I run
dart test
, the command always seems to trigger a redownload of dependencies. This is noisy and inefficientSee the video as demonstration of the issue:
Screen.Recording.2025-05-04.at.04.12.02.mov
As you can see, running
dart test
always starts with:Tested on
I am not sure how to share a reproduction for this. But the video was taken by running
dart test
on the open source riverpod repository (specifically insidepackages/riverpod
)The text was updated successfully, but these errors were encountered: