implement CborReader integer encoding conformance
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Thu, 23 Apr 2020 12:37:09 +0000 (13:37 +0100)
committerEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Wed, 29 Apr 2020 14:30:09 +0000 (15:30 +0100)
commit8fd4e5d5e52f9714c39c855bd26a4f1bc7f93444
treeea9af2ef78e7e2497b2eeacb854fec1423bf28c3
parent2c785a518c846cfd43a8ab46e9e0fa15075c097c
implement CborReader integer encoding conformance
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborReaderTests.Array.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborReaderTests.Integer.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborReaderTests.Map.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborReaderTests.String.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborReaderTests.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborWriterTests.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborReader.Integer.cs