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

ODataOutputFormatter fix - Make WriteResponseBodyAsync fully async #1363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TAzmir
Copy link

@TAzmir TAzmir commented Nov 28, 2024

ODataOutputFormatter fix - Make WriteResponseBodyAsync fully asynchronous.

Updated WriteResponseBodyAsync in ODataOutputFormatter.cs to be asynchronous, improving efficiency and giving ability to clients to better handle the error (ODataException) if thrown by ms writer.

This update has the potential to resolve several issues related to serializers.

…nous

Updated WriteResponseBodyAsync in ODataOutputFormatter.cs to be asynchronous, improving efficiency and giving ability to clients to better handle the error (ODataException) if thrown by ms writer.
@TAzmir
Copy link
Author

TAzmir commented Nov 28, 2024

@microsoft-github-policy-service agree

@TAzmir TAzmir changed the title ODataOutputFormatter fix - Make WriteResponseBodyAsync fully asynchro… ODataOutputFormatter fix - Make WriteResponseBodyAsync fully async Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants