C#C
C#3y ago
exokem

Unresolved NuGet Dependency References

I have XUnit added as a dependency to my test project via NuGet. Despite this, my test project code seems to oscillate inexplicably between recognizing all of the dependency references and not.
This doesn't really make any sense to me as I can successfully build and run the test project, but when I reload it all of the references become unrecognized.
I have been using visual studio to set up projects/dependencies and working in VSCode, and even if I can build everything in VS just trying to scan for the test projects in VSC loses the dependency references.
image.png
Was this page helpful?