Mono and TransactionScope

TransactionScopeAsyncFlowOption for TransactionScope was added in .NET 4.5.1 and doesn't seem to be implemented in Mono (3.8.0).

So, I'm looking for the right workaround, or perhaps some kind of "polyfill".

PS: It seems like the mono development process is closed to any feature requests. So I haven't found a way to report this feature.

+3


source to share


2 answers


Been asking for a feature on the Xamarin Issue tracker for quite some time. It seems that this is not a priority for the Xamarin.



0


source


It is available in the Mono source code:

https://github.com/mono/mono/blob/master/mcs/class/System.Transactions/System.Transactions/TransactionScopeAsyncFlowOption.cs



But it's strange to see this question as NEW :)

0


source







All Articles