Hi all, I'm pretty sure this is an issue with registering services, but for some reason MediatR says it can't create a responder. Here's how I register the services - I have the main runtime and two class libraries (the plugins)
This base responder provides some basic logging and generic functionality which is extended by some abstract methods in the implementers. Nothing I haven't done before.