You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MvcOutputFormatter we need to have a jsonserializer async to have a default behavior with system.text.json and also serialize all the async "stuff".
The text was updated successfully, but these errors were encountered:
This code was written a long time ago and has been working fine for many people for many years. How do you get this exception? Can you provide reproduction steps?
The SerializeAsync method which you have linked to needs a Stream as an argument, I don't know how I would rewrite my code to call this method. You are welcome to try via a pull request, but I think it would be a lot of work.
In MvcOutputFormatter we need to have a jsonserializer async to have a default behavior with system.text.json and also serialize all the async "stuff".
The text was updated successfully, but these errors were encountered: