[CBOR] Make Half Read/Write methods public and add unit tests (#38946)
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Thu, 9 Jul 2020 17:10:40 +0000 (18:10 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 17:10:40 +0000 (18:10 +0100)
commita902fbaece9969e630608c4f4407f417a5d6688b
treee6a1d0b7003f982b95584111d3e2565d792c7eb1
parenta814b3eb3419d4638bf392e421ad398aab4a737c
[CBOR] Make Half Read/Write methods public and add unit tests (#38946)

* Make Cbor Half methods public and add unit tests

* address feedback
src/libraries/System.Formats.Cbor/ref/System.Formats.Cbor.cs
src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs
src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs
src/libraries/System.Formats.Cbor/tests/Reader/CborReaderTests.Simple.cs
src/libraries/System.Formats.Cbor/tests/Writer/CborWriterTests.Simple.cs