mparlak / Flee

Fast Lightweight Expression Evaluator
624 stars 119 forks source link

12 of 37 tests failing #88

Closed hunkydoryrepair closed 3 years ago

hunkydoryrepair commented 3 years ago

I pulled and build this project from github. Without any modifications, it builds with many warnings (because many classes are marked as obsolete).

The concern is 12 out of the 37 tests fail. A couple look like simple issues. It isn't finding the text files, presumably because the start directory isn't set in the project. But, other tests all seem to be relating to derived and extension classes and finding overloads and functions.

The tests run on .Net Framework 4.6.1.

Does anyone ever build/test this thing?

hunkydoryrepair commented 3 years ago

ok, looks like the bulk of these are because the project references the path of Flee's NuGet package, not the output of the projects in the same solution. I think it also installed an old version from nuget.

That just leaves a working directory problem, which probably has a bunch of ways to solve, but I'm not going to bother.