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
It appears that WebApi added an overload to WriteToStreamAsync that accepts a CancellationToken parameter. JsonpMediaTypeFormatter does not implement this overload, so the following error is thrown at runtime when attempting to serialize a response:
The media type formatter of type 'JsonpMediaTypeFormatter' does not support writing because it does not implement the WriteToStreamAsync method.
The text was updated successfully, but these errors were encountered:
It appears that WebApi added an overload to WriteToStreamAsync that accepts a CancellationToken parameter. JsonpMediaTypeFormatter does not implement this overload, so the following error is thrown at runtime when attempting to serialize a response:
The media type formatter of type 'JsonpMediaTypeFormatter' does not support writing because it does not implement the WriteToStreamAsync method.
The text was updated successfully, but these errors were encountered: