Fix S6964 FP: Properties decorated with the [BindNever] attribute #9360
Labels
Area: C#
C# rules related issues.
Sprint: Hardening
Fix FPs/FNs/improvements
Type: False Positive
Rule IS triggered when it shouldn't be.
Milestone
Description
The rule should not raise on properties that are decorated with the [BindNever] attribute, as those properties will not be populated during Model Binding.
Repro steps
Related information
The text was updated successfully, but these errors were encountered: