Results 67 comments of Koen

LRU counting issue is tracked by #8741 Meanwhile this would still be an issue when legitimately reaching the grain cache limit.

Opened up a PR that would partly solve this issue, I agree that it's not completely solved and that we need some TTL mechanism. Would really appreciate it if the...

I could reproduce this error before however after upgrading to 3.0.2 things started working correctly (except for https://github.com/mrahhal/MR.AspNet.Identity.EntityFramework6/pull/16).

@mrahhal I wouldn't want to conclude that with absolute certainty but it seems to be, yes. Switching to 3.0.2 resolves the ``NotSupportedException: Store does not implement IUserAuthenticatorKeyStore.`` exception and https://github.com/mrahhal/MR.AspNet.Identity.EntityFramework6/pull/16...

@bigopon Thanks for the example, I already got it working that way :)

It's not blocking me anymore, feel free to close if you deem best

Can you try and use methods instead of properties and see if the issue persists? We have done work to support calling derived projectable methods, I'm not sure if this...

> Tho to be 100% exact Iam accessing it yet from another class(JournalEntries) as Projectable There is a problem, during the query compilation phase, we do not know what JournalEntryRef...

> Ie: If we know it's virtual the actual implementation will looks thru what inherits this class and generates the ifs? Technically, yes. However that is a big ask. This...

Just tried to reproduce this and it indeed looks like a compatibility bug. I don't know yet how to fix this as the library is either extending `IQueryCompiler` or `IQueryTranslationPreprocessorFactory`...