David Simner
Results
2
issues of
David Simner
We are seeing a `System.NotSupportedException` with the following stack trace: ``` at System.IO.__Error.SeekNotSupported() at System.IO.BufferedStream.get_Position() at NATS.Client.Connection.publish(String subject, String reply, Byte[] headers, Byte[] data, Int32 offset, Int32 count, Boolean flushBuffer)...
When deserializing the JSON Body of a HTTP POST request, and when the model contains a collection of a non-primitive type, if the POST Body specifies a primitive type as...
follow-up