Skip to content

Releases: Svakinn/EfCoreBoost

EfCore.Boost v1.0.9

22 Mar 15:50

Choose a tag to compare

Important bugfixes.
Test project re-alignment

EfCore.Boost v1.0.8

15 Mar 21:24

Choose a tag to compare

Minor changes, documentation and the migration factory helper.

EfCore.Boost v1.0.7

10 Mar 01:38

Choose a tag to compare

Migrations now supported in separate projects.
Test now has separate project for migration and database.

EfCore.Boost v1.0.6

08 Mar 14:42

Choose a tag to compare

Concurrency handling. 
More descriptive attributes on table columns. 
Multiple Repo methods renamed:
  ByKeyAsync -> FindRowByKeyAsync
  ByKeyNoTrackAsync -> RowByKeyUnTrackedAsync
  FirstNoTrackAsync -> RowUntrackedAsync
  QueryNoTrack -> QueryUnTracked
  QueryNoTrackAsync -> QueryUnTrackedAsync
  StreamNoTrackAsync -> StreamUnTrackedAsync
  AnyNoTrackAsync -> AnyAsync
  FirstAsync -> RowTrackedAsync

EfCore.Boost v1.0.5

19 Feb 19:57

Choose a tag to compare

Unit of work can now be read-only.

EfCore.Boost v1.0.4

11 Feb 21:20

Choose a tag to compare

Unit of Work construction simplified

v1.0.3: Version 1.3

07 Feb 13:36

Choose a tag to compare

Analyzers now shipped with the package.

EfCore.Boost v1.0.1

02 Feb 23:24

Choose a tag to compare

Fixed issues with pakage generation.
Analyzers activated in the package.
External package usage cleaned up

EfCore.Boost v1.0.0

02 Feb 00:03

Choose a tag to compare

Initial public release of EfCore.Boost.