Getting error message in the MessageDispatcher as below.
The interface 'IMessageHandler' cannot be used as type argument. Static member 'IMessageHandler.MessageType' does not have a most specific implementation in the interface.
I have tried below config
net7.0
enable
enable
preview
and also with net6.0 but still same error.
I am using the latest VS2022 as well.
Getting error message in the MessageDispatcher as below.
The interface 'IMessageHandler' cannot be used as type argument. Static member 'IMessageHandler.MessageType' does not have a most specific implementation in the interface.
I have tried below config
net7.0
enable
enable
preview
and also with net6.0 but still same error.
I am using the latest VS2022 as well.