FransBouma/RawDataAccessBencher

A clean clone compilation errors

hazzik opened this issue · 5 comments

I was trying to run this project to investigate a poor performance of some ORM. But the project does not compile. There are about 6K errors and 7 warnings.

As I understand there are some issues with the reference packages.

image

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.

@hazzik

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.