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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
In #3992 we decided to remove JsonViewComponentResult, so that's not an issue here.
For JsonResultExecutor we took a look at the code and it already uses pooling by virtue of IHttpResponseStreamWriterFactory, which in its implementation uses the pooling feature.
The JSON input and output formatters use array pooling from System.Buffers.
Other places to add System.Buffers:
Mvc/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/JsonViewComponentResult.cs
Line 75 in 25eb501
Mvc/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/JsonResultExecutor.cs
Line 114 in 8b1bd34
The text was updated successfully, but these errors were encountered: