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

Delete superfluous CanGetUnflushedBytes check in Serialize #106163

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

stephentoub
Copy link
Member

bufferWriter is always a PooledByteBufferWriter, which is sealed and which overrides CanGetUnflushedBytes to always return true.

bufferWriter is always a PooledByteBufferWriter, which is sealed and which overrides CanGetUnflushedBytes to always return true.
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

@stephentoub stephentoub merged commit e4bef7c into dotnet:main Aug 9, 2024
84 checks passed
@stephentoub stephentoub deleted the deletecheck branch August 9, 2024 13:02
@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants