ValidateNever applied to action parameters is not honored
Open
affected-few
area-mvc
bug
feature-model-binding
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
As part of MVC's support for record types, `ValidateNeverAttribute` is now allowed to be applied to parameters. However, when applied to action parameters, the attribute has no effect and the parameter will continue to be validated.
Contributor guide
Assessment
This issue has not been assessed yet.