Open
Description
I'm using Beta 2, so please excuse (ignore) me if this has already been addressed.
The ICommandHandler.InvokeAsync method takes an InvocationContext parameter. Unfortunately, I couldn't find a way to instantiate an InvocationContext in my unit tests, so I couldn't suss out how to test it...
Perhaps, this parameter could be changed to an interface?
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
jonsequitur commentedon Feb 13, 2022
You can do this:
In practice though, this is simpler: