asynkron / Wire

Binary serializer for POCO objects
Apache License 2.0
376 stars 63 forks source link

CollectionTests.CanSerializeDictionaryKeysAndValuesByteChar is failing #131

Closed Horusiath closed 7 years ago

Horusiath commented 7 years ago

One of the unit tests CollectionTests.CanSerializeDictionaryKeysAndValuesByteChar is constantly failing. A value of the { 0, 'z' } entry upon deserialization is '\0'. It's on .NET 4.5 and as far as I've checked it falls inside il compiler for chars.

rogeralsing commented 7 years ago

Fixed