Robert Friberg
Robert Friberg
Why would you expect it to behave like this?
Good catch, that shouldn't be the case. This is not a fully explored feature, neither in tests nor production use cases. After a quick peek at the code, this looks...
Awesome! There is an embryo for relational modeling in the dev branch, you'll find it in the Modeling namespace. There is also a feature branch called f-relational-something-something with an earlier...
I understand you created a new app.config file? That won't work, you need to alter the origo.config file in the scripts subdirectory. You can choose an alternate config file by...
Great question. Each node sends its commands to the underlying storage and never executes them. Execution happens off the stream of commands coming back from the underlying storage. This is...
> Maybe the GUID could be moved to a wrapper type with a nullable GUID and the storage provider makes sure that the command that was written is returned with...
I haven't been very strict on tidyness, mostly trying to get the overall design right before adding polish. Feel free to submit PRs or create issues as you see fit....
@hagbarddenstore did all of the work on this example project. The purpose was two-fold. One - an example to work on in parallel with library to get the user perspective,...
Looks legit besides the duplicated services.AddSingleton!
I threw the todo example away and created a Trello clone instead using .NET Core 3.1