EntityFramework.CommonTools icon indicating copy to clipboard operation
EntityFramework.CommonTools copied to clipboard

Extensions, Auditing, Concurrency Checks, JSON properties and Transaction Logs for EntityFramework and EFCore

Results 4 EntityFramework.CommonTools issues
Sort by recently updated
recently updated
newest added

Hello! EntityFrameworkCore.CommonTools is a great tool! Do you have a plans to update it up to EF Core 3.1?

Parameter type for interface is Guid but RowVersion property type byte[]. It is needed to replace parameter type from Guid to byte[]. class MyEntity : IConcurrencyCheckable { [Timestamp] public **byte[]**...

Hello! First of all, I would like to thank you for your great job in this library. I would like to ask you if it's possible to separate the Auditable...

Since the transaction log can become quite long, it should be possible to query for transactions by the entity id. Is there a reason EntityId is not part of the...

discussion