develop
Fixed #3543 - added unique index for InboxState, changes collection schema
Fixed #4070 - Transactional Outbox now properly shares the consume scope with send/publish so that scoped filters run in the same container scope as the consumer transaction.
Fixed #6154 - added NotifyFaulted to exception branch to ensure typed Fault<T> is published instead of ReceiveFault
Added the supported message types to the outbox table (update your migrations for EF Core) and use the outbox message properties to initialize the send context.
Juiced up the EF Core and MongoDB Bus Outbox to perform more efficient queries