grendo

Results 8 comments of grendo

Any ETA when this would be available or the code the is require as it is a blocking issue for me. In the short term I will just swap to...

I just noticed the https://github.com/neuecc/ZeroFormatter#extensibility section. Should be able to create a custom datetime formatter to override the default one. I just think I am missing something as other serializers...

I got a work around by calling the ZeroFormatterSerializer(T obj) via reflection with the correct type. Bit ugly but works for now ``` [ZeroFormattable] public class MyDateTest { [Index(0)] public...

In the mean time I am playing around with my java port to .net of the java client. All seems to be working with some limited unit tests. I have...

I want to know when a record is updated from deepstream. RecordName and maybey the record. There are events on the connection class but they are internal. Currently if I...

yes that is fine, similar to the https://deepstreamhub.com/docs/client-java/RecordChangedCallback/ The path changed event would be handled by the existing property change event https://deepstreamhub.com/docs/client-java/RecordPathChangedCallback/

I can say from experience sprecflow is a great approach and really speeds up writing tests and forces some structure on your test code. I have even seen it where...