Jonathan Magnan
Jonathan Magnan
Hello @ischyrus , Do you think you could provide us a test project with this issue? It will make easier/faster for my developer to getting started for investigating it. _We...
Hello Malcolm, Thank you for pointing out. I believe the issue is causing because of the following changes: - EF Core Query Filter now use ForceCast=true as default value It...
Hello @laball , Are you getting this error in EF Plus? I'm not sure with your message if that's related or not to our library.
Hello @dochoffiday , Thank you for reporting, we will look at it very soon to make it works with either a dictionary and/or an anonymous type ```csharp respository .Query() .Where(x...
Hello @dochoffiday , Just to let you know, the feature is now available in [EF Extensions](https://entityframework-extensions.net/). You can now use anonymous type in the `UpdateFromQuery` part. We are currently merging...
Hello @paya-cz , Our library should take what is stored in the relation table name: https://github.com/zzzprojects/EntityFramework-Plus/blob/master/src/shared/Z.EF.Plus.BatchUpdate.Shared/BatchUpdate.cs#L830 Is this issue can be reproduced using directly MySQL? We don't have any AWS...
Hello @john1452 , It's definitely possible to create a feature for this but unfortunately, we don't have the time on our side at this moment for such development. So you...
Hello @john1452 , Which version of Entity Framework are you using? Just to make sure that's possible ;)
Damn, it makes thing harder since EF Core has not added interceptor yet. I'm not sure if that would be possible in EF Core. Unless your users inherits from your...
Oh wow, That will make TenantId, auditing field, soft deleted, etc. very easy to do with this event ;) Thank a lot for sharing, I have added a note to...