Skip to content

Conversation

@KiruyaMomochi
Copy link
Contributor

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

PR Title
Fix CachedReusableFilters typo

PR Description
There is a typo in Microsoft.AspNetCore.Mvc.Abstractions:

internal IFilterMetadata[]? CachedResuableFilters { get; set; }

Method CachedResuableFilters should be CachedReusableFilters.

This fixes #32212.

@ghost ghost added area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates community-contribution Indicates that the PR has been added by a community member labels Apr 27, 2021
@dnfadmin
Copy link

dnfadmin commented Apr 27, 2021

CLA assistant check
All CLA requirements met.

Copy link
Member

@javiercn javiercn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@javiercn
Copy link
Member

@KiruyaMomochi Thanks for the contribution!

@pranavkm pranavkm merged commit 79e5320 into dotnet:main Apr 28, 2021
@ghost ghost added this to the 6.0-preview5 milestone Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in ActionDescriptor - CachedResuableFilters

4 participants