Zvonimir Matić
Zvonimir Matić
Great, thank you! Do you think you will be able to implement those implementations in the next preview version?
Hi, I have tried out with the new version (v4.0.0-preview.2), but it still slows down the project to the point where it is not usable.
I started working on it, but I can't build the Client application. Tried `npm install` - got an error so tried `npm install --force`, but then running `npm run build`...
Could you give me any quick notes on where to start exploring the issue? Which files, I haven't worked with source generators yet. I can't figure out how does it...
Thank you! I followed the article, and here are the results. First, I built the project that has the reference to this library with the `/binaryLogger` flag. The `ProjectionExpressionGenerator` takes...
I tried adding a reference to the source, as shown in the sample in this repository. Firstly, I confirmed that the reference is added correctly by making sure that the...
I found an article with common pitfalls while implementing `IIncrementalGenerator`: https://andrewlock.net/creating-a-source-generator-part-9-avoiding-performance-pitfalls-in-incremental-generators/ It seems like points 1, 2, 3 and 5 could be useful for quite a bit of optimization. I...
I found the fix, everything is described in the PR: https://github.com/koenbeuk/EntityFrameworkCore.Projectables/pull/107 Thanks for pointing me in the right direction. @koenbeuk @PhenX