snatch-dev / Chronicle

Implementation of saga pattern for .NET Core
MIT License
397 stars 70 forks source link

Add reference to redis projects; remove need for json constructors in redis project; do not process saga actions on completed sagas #42

Open nick-cromwell opened 4 years ago

nick-cromwell commented 4 years ago

@GooRiOn Hey, I know you're busy with DevMentors and all, could you take a look at this when you get time? I'm open to feedback on it. I'm using it in production and have a few other enhancements I could add but I'm afraid they won't get merged. This PR fixes some necessary project references as well.

I'm using EF Core as the Saga Log and Saga State store for my implementation. I think that would be very useful for a lot of .Net devs and I can add that sometime soon.