PatryxCShark

Results 13 comments of PatryxCShark

Is the issue resolved? I also cannot use FluentValidation

I found the problem. It seems that the problem is different than I described above and connected with: `.AddExpirationToken(new CancellationChangeToken(_myCacheCancellationTokenSource.Token))` _myCacheCancellationTokenSource is added as singleton and read from constructor (DI)....

I understand @JonathanMagnan. No HoldLock and UpdLock enabled for Sql Server, just TableLock?

UseRowLock doeas not work properly, but TABLOCK seems to be OK. If library generates without subquery: `UPDATE A SET A.[IsActive] = @zzz_BatchUpdate_0, A.[Description] = @zzz_BatchUpdate_1 WHERE A.[IsActive] = 0` Will...

Thank you @JonathanMagnan for supporting. I appreciate it. Good luck!

Can sb fix it and release new version 8.0.1?

And when I I have REST API application?

@artiomchi What happens if I skip some properties in WhenMatched? Because I want to update only one property and leave other with the value as there are saved in db?

Hi! Where is a solution because I cannot find it? I want to have possibility to decide about case sensitive or case insensitive comparison especially when it comes to Containing....