Skip to content

Releases: FubarDevelopment/UnitOfWork

Errors, errors everywhere (but not necessarily my errors)

21 Jan 11:26
Compare
Choose a tag to compare

Fixes

  • Issue #1: Avoid removing the unit of work twice when an error during the CommitAsync happens

Concurrency always causes problems (part 1?)

21 Dec 09:14
Compare
Choose a tag to compare

Fixes a concurrency issue with repository creation, initialization and transaction.

Some libraries try to parallelize operations and if those operations create a "unit-of-work" it might cause race conditions during the unit-of-work initialization.

Disable automatic SaveChanges if not configured

17 Dec 14:25
Compare
Choose a tag to compare

This is a fix release for v0.2.0

Dont't flush by default

17 Dec 11:56
Compare
Choose a tag to compare

Previously, a SaveChanges was always called whenever a unit of work was disposed. This was changed to avoid unnecessary to SaveChanges even when only the database was queried.

First release

10 Nov 14:44
Compare
Choose a tag to compare

This is the first release of a scoped/nested unit-of-work implementation.