Rasmus Mikkelsen
Rasmus Mikkelsen
@AlexGreatDev please have a look at the CLA status and get it updated ❤️ ensuring that developers can't withdraw commits are critical in order to main an open-source project.
Its not possible to add this dependency as it will cause a circular dependency ``` System.InvalidOperationException : A circular dependency was detected for the service of type 'EventFlow.Aggregates.IAggregateStore'. [08:38:31 INF]...
Seems like using EventFlow and event sourcing might be overkill and some simple audit logs might be what you need. If you aren't loading the data to create aggregates later...
I verified that the read model populator indeed doesn't stop if there's an exception and fixed it by parsing the cancellation token. However I'm currently stuck in ensuring that the...
I'll get this merged and release this weekend
Forgot to close this after releasing the fix
Thanks for reporting @alexeyfv. Sorry, have been travelling with work and had loads of stuff to do. Regarding issue 1) I expect that is how Hangfire does it, you can't...
Closing this as fixed by #1093. @alexeyfv let me know if something is lacking
I'm working on getting a GHA runner up and running for EventFlow that has Docker properly configured (Linux containers).
Builds up and running again @dco123. Will hopefully be able to merge and release this soon