NSaga icon indicating copy to clipboard operation
NSaga copied to clipboard

Simple Saga Management library for .Net

Results 14 NSaga issues
Sort by recently updated
recently updated
newest added

In my usecase i'd like two different sagas (that don't know about eachother) to be able to consume the same message type. Currently this doesn't seem possible as NSaga's design...

work with netstandard 1.1

I would like to see support for the async and await pattern thru the layers up to ConsumOf interface and its implementation. I am running with such in with one...