Closed
Description
After upgrading a project from ASP.NET Core 2.x and .NET Core 2.x to 3.x, I found that Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter
has become internal
.
It previously used to be public
, when it was Microsoft.AspNetCore.Mvc.Internal.ResponseCacheFilter
.
This brakes existing code, which relies on resolving this filter and modifying it.