Skip to content

Releases: koenbeuk/EntityFrameworkCore.Triggered

Bug fix and performance improvements

23 Aug 15:32
90bb15a

Choose a tag to compare

Pre-release
  • Fixed a bug where a TriggerSession would not correctly use the provided ServiceProvider
  • Reduced allocations and improved performance for TriggeredDbContext

Fixed TriggeredDbContext bug

19 Aug 17:13

Choose a tag to compare

Pre-release
v0.4.1

Merge branch 'master' of https://github.com/koenbeuk/EntityFrameworkC…

Various issues fixed and performance improvements

19 Aug 11:27
dbdd795

Choose a tag to compare

Merge pull request #31 from koenbeuk/hotifx/change-cleanup

Fixed issue with unsetting changes

Fixed recursion bug

11 Aug 09:01
81c9149

Choose a tag to compare

Fixed recursion bug Pre-release
Pre-release
Merge pull request #21 from koenbeuk/trigger-priority-logic

Fixed broken recursion

Fixed trigger priority issue

11 Aug 05:00
88e7f17

Choose a tag to compare

Pre-release
Merge pull request #20 from koenbeuk/trigger-priority-logic

Fixed trigger priority logic

Improvements and bug fixes since 0.2.2

09 Aug 15:13
c7a2ba4

Choose a tag to compare

Pre-release
  • Multiple calls to RaiseBeforeSaveChangeTriggers are now supported and will not raise previously raised triggers
  • A new AspNetCore package variant is now included that makes integration with AspNetCore easier

v0.2.2

30 Jul 07:53
0013d14

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

Fixed BeforeSave recursion bug

v0.2.1

27 Jul 04:40
3c61bbf

Choose a tag to compare

v0.2.1 Pre-release
Pre-release
Merge pull request #11 from koenbeuk/feature/0.2.1

Feature/0.2.1

Initial release

25 Jul 09:23
ccce804

Choose a tag to compare

Initial release Pre-release
Pre-release
Merge pull request #10 from koenbeuk/updated-ci

Fixed CI issue