implement CborWriter encodeIndefiniteLengths parameter
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Tue, 28 Apr 2020 21:14:19 +0000 (22:14 +0100)
committerEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Wed, 29 Apr 2020 14:30:13 +0000 (15:30 +0100)
commit9a5bb0abefe74611f0b68bf3cd1ecb065600c0d8
tree07eba3b538e05de08d98475f933a7ff55fb737a8
parent44c86d693b21cb642a43879793323e7b1ca05f88
implement CborWriter encodeIndefiniteLengths parameter
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborWriterTests.Array.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborWriterTests.Map.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborWriterTests.String.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor.Tests/CborWriterTests.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborWriter.Array.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborWriter.Map.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborWriter.String.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborWriter.cs