Hogger

Results 13 comments of Hogger

We are in .Net 7 now and will migrate to .net 8 very soon. The legacy ef we are using 6.4.4.

I was using default execution option. BTW we are not service app, we are a client app, thus we only consume the core part of this framework: ``` var schemaProvider...

Yes, methods like ToListWithNullCheck are already precompiled by compiler and the old ef doesn't support. In our projects we define expressions like this: ``` Expression expr = e => ((e.SyncState...