IMessageSerializer
is not registered in DI and cannot be injected when replacing SerializeMessageConnector
#7076
Labels
Describe the suggested improvement
Is your improvement related to a problem? Please describe.
When a user would want to override
SerializeMessageConnector
the currently configured serialized cannot be injected viaIMessageSerializer
.Describe the suggested solution
Register
IMessageSerializer
during serializer feature setup.Describe alternatives you've considered
There is a hack to obtain it, but is will not be the same instance and require knowledge of the private string key
"MainSerializer"
:Additional Context
No response
The text was updated successfully, but these errors were encountered: