marcbarry

Results 5 issues of marcbarry

I'm reporting this without a full understanding of the sequence of events which led to this condition so that it is captured. If it happens again I will back-fill with...

In agreement with the previous comment, when I serialise a simple class ```csharp public class Person { public string Name { get; set; } } ``` The initial call to...

Add documentation link to README.md

Its useful to be able to get the byte-level representation of a DnsMessage.

Duplicates a portion of work implemented in another pull request by @darvell. Specifically commit 257d1a4 in pull request https://github.com/acdvorak/named-pipe-wrapper/pull/3 This change simply also catches TimeoutException's, moves the PInvoke to another...