Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBOR] Implement Write/ReadEncodedValue() methods #34650

Merged
merged 5 commits into from
Apr 8, 2020

Conversation

eiriktsarpalis
Copy link
Member

@eiriktsarpalis eiriktsarpalis commented Apr 7, 2020

Contributes to #32046 and #32047.

I've also made changes related to wrapping utf8 string related EncoderFallbackException's and DecoderFallbackExceptions with ArgumentException and FormatException respectively.

@ghost
Copy link

ghost commented Apr 7, 2020

Tagging @tarekgh as an area owner

@ghost
Copy link

ghost commented Apr 7, 2020

Tagging @bartonjs as an area owner

@bartonjs
Copy link
Member

bartonjs commented Apr 8, 2020

Functional code LGTM, but (as already noted) I'd like to see a bit more scenario-based testing because of the sheer amount of context that is implied by the one call to WriteInitialByte 😄

@eiriktsarpalis eiriktsarpalis merged commit cb2308b into dotnet:master Apr 8, 2020
@eiriktsarpalis eiriktsarpalis deleted the feature/cbor branch April 8, 2020 20:20
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants