Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Releases: FubarDevelopment/UnitOfWork

Errors, errors everywhere (but not necessarily my errors)

Choose a tag to compare

@fubar-coder fubar-coder released this 21 Jan 11:26

Fixes

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

Concurrency always causes problems (part 1?)

Choose a tag to compare

@fubar-coder fubar-coder released this 21 Dec 09:14

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

Choose a tag to compare

@fubar-coder fubar-coder released this 17 Dec 14:25

This is a fix release for v0.2.0

Dont't flush by default

Choose a tag to compare

@fubar-coder fubar-coder released this 17 Dec 11:56

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

Choose a tag to compare

@fubar-coder fubar-coder released this 10 Nov 14:44

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