zapov
zapov
What does it say exactly? Does this connection string work via pgjdbc?
I did not port that project to .NET standard/core. I'll look if its feasible to do so.
I've included it in new release, although you might need to reference some type explicitly to have it available on scanning
I've read the [official stance](https://github.com/dotnet/runtime/issues/23937) and not sure I want to change anything ATM. The best course of action for now seems to replicate the code with your own logging:...
DSL has a concept of history. This will log all versions of an aggregate to a separate history table. Eg: aggregate Table { persistence { history; } } will create...
Yeah, I guess I should write small tutorial about that. For now, the short answer is: you put them in you model. Depending what means for you to track user...
Not currently. It will get there eventually, but I don't have any ETA. Also, I would also like to keep it working on .NET 4.0 I did look at it...
FWIW v1.5 has ASP.NET core support. There is also a lengthy [tutorial here](https://github.com/ngs-doo/revenj/blob/master/tutorials/revenj-tutorial-aspnetcore.md)
I'm assuming you asked it to apply the migration? You can ask it to just create the migration and you can apply it yourself. Without more info its hard to...
yes, that sounds good