Kros.KORM 6.0.0 📦
release-drafter
released this
02 Nov 07:39
·
7 commits
to refs/heads/master
since this release
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. MethodExecuteInTransactionAsync
has a new signatureTask ExecuteInTransactionAsync(Func<CancellationToken, Task> action, CancellationToken cancellationToken = default);