GitPedia
gnaeus

gnaeus/EntityFramework.CommonTools

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

4 Releases
Latest: 8y ago
2.0.2Latest
gnaeusgnaeus·8y ago·May 10, 2018
GitHub

🐛 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
gnaeusgnaeus·8y ago·March 27, 2018
GitHub

🐛 Fixed

  • `.AsExpandable()` works with bound lambda arguments
2.0.0
gnaeusgnaeus·8y ago·March 23, 2018
GitHub

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
gnaeusgnaeus·8y ago·March 23, 2018
GitHub

Initial project version.