A clean clone compilation errors
hazzik opened this issue · 5 comments
It looks like a couple of botched references in the nuget packages / csprojs. I updated a lot of packages the last time around, it looks like some csproj's refer to dlls on the system according to vs, while they are installed through nuget. Will correct them
Just do "Update-Package -reinstall" in Package Management Console. It will fix all nuget references.
There is also a forgotten reference to an ORM (Oak or something) that you've removed a couple of commits ago.
Just do "Update-Package -reinstall" in Package Management Console. It will fix all nuget references.
There is also a forgotten reference to an ORM (Oak or something) that you've removed a couple of commits ago.
yes updating packages fixes most issues now, I corrected one reference, but there's still a problem with the spatial types package.
Oak was removed a couple of commits ago indeed, it's odd vs left the reference there AND still compiled fine... I've removed it now.
Fixed
Cleaned up the thread as @hazzik has cleaned up his posts too.