rebus-org / Rebus.SqlServer

:bus: Microsoft SQL Server transport and persistence for Rebus
https://mookid.dk/category/rebus
Other
43 stars 44 forks source link

NET45: Added ambient transaction support. #27

Closed larsw closed 6 years ago

larsw commented 6 years ago

Adds support for enlistment in ambient transactions (if present).

AFAIK all changes are backwards compatible; adds a bool enlistInAmbientTransaction to the methods in question with a default value set to false.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

larsw commented 6 years ago

The rationale behind this PR is buried in the following line: https://github.com/rebus-org/Rebus.SqlServer/pull/27/files#diff-0dfbf0812d546f08d95df8938d2c0b3cR49

mookid8000 commented 6 years ago

Awesome work – it'll be out soon

mookid8000 commented 6 years ago

it's out in Rebus.SqlServer 5.0.0-b5 in a few minutes