tyronegroves / SimpleCQRS

A framework for building applications using the CQRS and Event Sourcing patterns.
261 stars 92 forks source link

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

Open FernandoMorais opened 7 years ago

FernandoMorais commented 7 years ago

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 commented 7 years ago

Hi guys!

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

How could I make the PR?

darrencauthon commented 7 years ago

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

FernandoMorais commented 7 years ago

I've jut pushed it! 👍

thomaseyde commented 5 years ago

Is there a NuGet package for .NET Core?