TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
335 stars 22 forks source link

.NET 3 added CommitAsync. We should use it! #451

Closed Grauenwolf closed 2 years ago

Grauenwolf commented 2 years ago

https://docs.microsoft.com/en-us/dotnet/api/system.data.common.dbtransaction.commitasync?view=net-6.0

For compatibility sake, we'll need an #if to fallback on Commit.