Skip to content

Make "Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter" public again #14917

Closed
@sebnilsson

Description

@sebnilsson

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.

Metadata

Metadata

Assignees

Labels

area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesquestion

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions