rebus-org / Rebus.TransactionScopes

:bus: System.Transactions.TransactionScope enlistment helper for Rebus
https://mookid.dk/category/rebus
Other
9 stars 2 forks source link

Added an optional argument for specifying the step... #4

Closed larsw closed 6 years ago

larsw commented 6 years ago

… which the TransactionScopeIncomingStep should be injected in front of, to handle the use case when one want to include the saga loading inside the transaction scope.

Could not find a good test strategy for checking that the step injection is correct, so no test case added.


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.

mookid8000 commented 6 years ago

Great, thanks 👍 I'll release a new version with this addition in a few minutes

mookid8000 commented 6 years ago

it's out in Rebus.TransactionScopes 4.1.0 in a few minutes