-
-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Similar to #73 I'm trying to evaluate if it makes sense to have support for custom expression compiler in linq2db.
Right now we have a lot of tests that fail with exceptions, hangs or incorrect results. I've used custom build using version from master branch as we need signed assembly to run our tests.
Does it make sense to create issue for each failure or you can try to run our tests and fix issues you receive?
Linq2db version with required changes is available here: linq2db/linq2db#1277
To run tests you will need to create test configuration file UserDataProviders.json (as copy of DataProviders.json) and comment-out all databases from NET45 test configuration to run generic non-database tests. This will give you 10 failing tests.
After that you can uncomment providers one-by-one to run database tests. Those are sqlite/access tests, so they don't need any extra environment setup.
If you want, I can invite you to our slack chat to have faster communication.