Hi I am having a simple worker service project in .net core 3.1. For one of the functionality i need to have distributed transaction. I referred the example described here.
I am not getting any compile time error, but getting run time error
this platform does not support distributed transactions
though its on Microsoft's site its not working. Is there any thing missing or additional Nuget package needs to be added? How can we achieve distributed transaction in .net core.
Thanks in advance.