Skip to content

BeginTransaction or Enlist don't work on dotnet 5 #29

Open
@djhvscf

Description

Hi @mookid8000, I hope you're doing well.

If I configure the saga storage like this:

configurer.Sagas(e => e.StoreInOracle(connectionString,sagaDataTable,sagaIndexTable, enlistInAmbientTransaction: true));

It throws System.PlatformNotSupportedException: 'Operation is not supported on this platform.'

If I configure the saga storage like this:

configurer.Sagas(e => e.StoreInOracle(connectionString,sagaDataTable,sagaIndexTable));

It throws: System.InvalidOperationException: Connection is already part of a local or a distributed transaction

How can we handle that?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions