Kladzey

Results 2 comments of Kladzey

> What Event Persistence implementation are you using? MsSqlEventPersistence. We are using version 0.80.4377. For now I'm experimenting with such workaround: ```c# protected override IReadOnlyCollection BuildReadModelUpdates(IReadOnlyCollection domainEvents) { var readModelUpdates...

Method `WrapIfValueType` solves the problem. Code ```c# DateTime.Now.WrapIfValueType().CallMethod("ToString") ``` works for me. Very strange, I cannot find any docs about the method and type `ValueTypeHolder`.