magicmoux
magicmoux
Hi @hazzik, I've been testing DD for awhile in some side-project and I've encountered a case where the decompilation processor returns call-instructions to the Native Linq API, like ``` call...
Hi @hazzik , The project has stalled since January and some users are still waiting for updates/fixes. Could you please check the open issues and handle pending PRs or allow...
@hazzik here's PR #209 merged directly into OtpimzeExpressionVisitor.cs Once again, I committed the unit tests first for demonstration.
Hi Hazzik, while getting acquainted again with the project, I tried some ways that I feel would help make writing unit tests more fluent. Could you please take a peek...
This PR encompasses : - Bumping Nugets to latest versions (NUnit included) - Upgrading tests to use the latest NUnit constraints-checking syntax API - Adjusting some tests to pass against...
Hi @hazzik, following on my last issue, I think it would be nice to provide an Extension point be able to include runtime built LINQ Extensions seamlessly into the DD...
Here's an issue I encountered while using turf.js to simply polygons due to the spec of the Polygon object. What rendering I wanted to simplify:  What I got with...