Skip to content

Kros.KORM 6.0.0 📦

Compare
Choose a tag to compare
@release-drafter release-drafter released this 02 Nov 07:39
· 7 commits to refs/heads/master since this release
c913c55

Changes

⚠️ Breaking changes

  • Remove targeting for the old .NET 4.6 framework (DbTransaction does not contain async variants in this framework)
  • Interface IQueryProvider was change. Method ExecuteInTransactionAsync has a new signature Task ExecuteInTransactionAsync(Func<CancellationToken, Task> action, CancellationToken cancellationToken = default);