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

Poolable / Resettable CBOR Readers #88104

Merged
merged 10 commits into from
Jul 17, 2023
Merged

Conversation

AlexRadch
Copy link
Contributor

Close #67868 issue.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jun 27, 2023
@ghost
Copy link

ghost commented Jun 27, 2023

Tagging subscribers to this area: @dotnet/area-system-formats-cbor, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Close #67868 issue.

Author: AlexRadch
Assignees: -
Labels:

new-api-needs-documentation, area-System.Formats.Cbor

Milestone: -

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall the changes look very good, I left some comments with minor improvement suggestions. @AlexRadch PTAL

Thank you for your contribution!

@adamsitnik adamsitnik added this to the 8.0.0 milestone Jul 6, 2023
…er/CborReader.cs

Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @AlexRadch !

@adamsitnik
Copy link
Member

The CI failure is unrelated (#86019)

@adamsitnik adamsitnik merged commit d4db2d9 into dotnet:main Jul 17, 2023
100 of 103 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Formats.Cbor community-contribution Indicates that the PR has been added by a community member new-api-needs-documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal]: Poolable / Resettable CBOR Readers
4 participants