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

Use System.Text.Json in HAL Server and Http Client #285

Open
thefringeninja opened this issue Jun 17, 2019 · 1 comment
Open

Use System.Text.Json in HAL Server and Http Client #285

thefringeninja opened this issue Jun 17, 2019 · 1 comment
Milestone

Comments

@thefringeninja
Copy link
Member

thefringeninja commented Jun 17, 2019

We'd like to take advantage of the lower allocation, higher performance JSON bits when dotnet core 3.0 is released. This will likely need a change to the Halcyon library we consume - perhaps another method to write the json response directly to a stream via Utf8JsonWriter. We will also need a way to validate incoming json via AppendStreamOperation and SetStreamMetadataOperation without buffering the entire request into memory.

@thefringeninja thefringeninja added this to the v2.0.0 milestone Jun 17, 2019
@RagingKore
Copy link
Contributor

NetStandard 2.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants