You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use SimpleCQRS in an netstandard1.6 project.
The changes to make it compile is not so hard, but I've got stuck in some tests that do not pass.
It seems a problem with the LocalCommandBus, that do not call Handle methons of HandlerForTwoCommands (for example). May be some problem with the Reflection part of the code...
Can anyone help me please? I think this could be an great PR for all of us! :)
Thanks!
Fernando
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use SimpleCQRS in an netstandard1.6 project.
The changes to make it compile is not so hard, but I've got stuck in some tests that do not pass.
It seems a problem with the LocalCommandBus, that do not call Handle methons of HandlerForTwoCommands (for example). May be some problem with the Reflection part of the code...
Can anyone help me please? I think this could be an great PR for all of us! :)
Thanks!
Fernando
The text was updated successfully, but these errors were encountered: