At present the Send function returns any. It would be nice it we could this to understand the type from the ICommandHandler<,> interface or by specifying a type when using Send as a generic.
Would anyone else like this feature?
Has anyone else started / considered this?
Are there any opinions on this, I might do it myself and would love some feedback
General comments of limitations / issues would be appreciated.
At present the
Send
function returnsany
. It would be nice it we could this to understand the type from theICommandHandler<,>
interface or by specifying a type when usingSend
as a generic.Context I am a mid-level developer.