SimpleCQRS icon indicating copy to clipboard operation
SimpleCQRS copied to clipboard

Do you have any plan for asp.net core or standard support?

Open FernandoMorais opened this issue 8 years ago • 4 comments

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

FernandoMorais avatar Dec 02 '16 15:12 FernandoMorais

Hi guys!

I've made it! :) Everything is running now and I got all tests running in green!

How could I make the PR?

FernandoMorais avatar Dec 02 '16 18:12 FernandoMorais

Just pop the branch and push it up! :smile:

darrencauthon avatar Dec 02 '16 18:12 darrencauthon

I've jut pushed it! 👍

FernandoMorais avatar Dec 03 '16 03:12 FernandoMorais

Is there a NuGet package for .NET Core?

thomaseyde avatar Jan 31 '19 09:01 thomaseyde