C
C#2d ago
Zelf

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.
No description
No description
2 Replies
many things
many things2d ago
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 warnings
Zelf
ZelfOP2d ago
Thank you! Ill try these when I get back to working on it.

Did you find this page helpful?