Issue with a dependency not loading after building
I've been having this issue where even though i have all the dependencies and they are all the correct versions. it just doesn't find some of them. how can i narrow this down further or just outright fix it.


2 Replies
the error is "could not load", not "could not find"; with that said, i agree that it sucks
anyway if you look at compilation log you should see something about dependency version not going too well
you can also look at
<project>.deps.json
for unexpected packages versions
or installed packages section of nuget package manager if there warningsThank you! Ill try these when I get back to working on it.