Skip to content

Releases: CSESoftwareInc/Repository.EntityFrameworkCore

Select Updates

25 Feb 17:50
28537c9
Compare
Choose a tag to compare
  • Fixed GetAllWithSelectAsync()
  • Added GetFirstWithSelectAsync()

2.0.1

25 Aug 15:01
a4dd7a8
Compare
Choose a tag to compare
  • Fixed issue where entities were still being tracked after save

2.0.0

23 Jul 16:45
cfb92da
Compare
Choose a tag to compare
  • Now works with smaller BaseEntity objects (from Core version 2.0) so your tables no longer have to have all the properties from BaseEntity
  • Expanded ReadOnlyRepository to accept Query or Expression based filtering for almost all functions
  • Queries that returned IEnumerable<> now return List<>
  • Create, Update, and Delete operations can now accept List
  • Delete can now accept an Expression to delete one or many entities

Initial Release

02 May 16:58
Compare
Choose a tag to compare
1.0.0

Initial commit