Results 67 comments of Koen

Expression trees are generated for projectable methods as part of an external class. A projectable expression is simply a rewrite of the original implementation. If this refers to a private...

This is a known issue, a partial fix has been implemented with #86. I'm currently working on a more comprehensive fix that should go out as a larger update that...

> being able to mark a property as projectable from the 'outside' — is actually very much needed This library needs access to the syntax when it generates a companion...

@mika76 Thanks for your input! are there certain features that you think are missing that MSUnit can bring to the table? I would be interested in having an MSUnit version....

Appreciate your feedback! I'm however unable to access the nuget account again that was used to publish this package so I'm literally not able to update the package. I could...

@ajcvickers, I would also be happy to come on the community standup to talk about [EFCore.Triggered](https://github.com/koenbeuk/EntityFrameworkCore.Triggered) if you have me. It essentially brings database triggers down a notch to the...

I would love to join the standup to talk about [EFCore Projectables](https://github.com/koenbeuk/EntityFrameworkCore.Projectables). It fits in with a bunch of libraries the likes of [LinqKit](https://github.com/scottksmith95/LINQKit), [Expressionify](https://github.com/ClaveConsulting/Expressionify) and as hinted to me...

> Ideally, we would support `CancellationToken` itself, natively. This is important to us, do you have a strategy for this in mind and if so, would you elaborate? If possible...

Can you try and use v4.0.0-preview.1? I couldn't reproduce this issue with that version

This issue seems to be resolved when targeting EF Core 9. I assume that there was an issue fixed related to this issue as the stacktrace points to something internal...