You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, S3993 raises an issue when the attribute class isn't decorated with [AttributeUsage], but one of its ancestors is. In this case, the information is inherited by the derived attribute, so it isn't necessary to add it. The rule currently advocates doing so for the sake of readability.
We're promoting the rule to Sonar-way, so it's better to make it more lenient for these kinds of scenarios.
Description
Currently, S3993 raises an issue when the attribute class isn't decorated with
[AttributeUsage]
, but one of its ancestors is. In this case, the information is inherited by the derived attribute, so it isn't necessary to add it. The rule currently advocates doing so for the sake of readability.We're promoting the rule to Sonar-way, so it's better to make it more lenient for these kinds of scenarios.
Repro steps
Related information
The text was updated successfully, but these errors were encountered: