-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsquestion
Description
After updating ASP.NET Core to version 3.0 Preview 8 in my project, that using the IHttpBufferingFeature
interface, I received the following compilation error:
Error CS0619 'IHttpBufferingFeature' is obsolete: 'See IHttpRequestBodyFeature or IHttpResponseBodyFeature DisableBuffering'
It is clear that I should refuse to use the obsolete interface, but it is completely unclear where the IHttpRequestBodyFeature
interface is defined and whether it exists at all?
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsquestion