gnaeus/EntityFramework.CommonTools
Extensions, Auditing, Concurrency Checks, JSON properties and Transaction Logs for EntityFramework and EFCore
4 Releases
Latest: 8y ago
2.0.2Latest
🐛 Fixed
- `context.Update(entity)` does not reset `ICreationTrackable.CreatedUtc`
- and `ICreationAuditable.CreatorUserId` to empty values [#4](https://github.com/gnaeus/EntityFramework.CommonTools/issues/4)
2.0.1
🐛 Fixed
- `.AsExpandable()` works with bound lambda arguments
2.0.0
✨ Added
- EFCore 2.0 support
- EntityFramework 6.2 support
📋 Changed
- `ICreationAuditable.CreatorUser` renamed to `CreatorUserId`
- `IModificationAuditable.UpdaterUser` renamed to `UpdaterUserId`
- `IDeletionAuditable.DeleterUser` renamed to `DeleterUserId`
- See #1.
- For compatibility issues you still can use these interfaces:
- ```cs
- public interface ICreationAuditableV1
- {
- + 15 more
1.0.0
Initial project version.
