I have saga that consists from two tables: One main table and one related for some collection. Looks like Dapper repository inside MassTransit is using Dapper.Contrib, so InsertAsync method is not supporting nested collections.
So, my question: can I made my own repository for saga with Dapper and use it?
I checked docs and can’t find if there any way around this problem?
>Solution :
The source code is available, you can copy it and make your own, or add the additional capabilities to the existing one via a pull request.