Skip to content

Commit

Permalink
add also link to issue about reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed May 15, 2024
1 parent 3b5bc7b commit b4d7c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Model
{
public int ValueProperty { get; set; } // Noncompliant

[Custom] // Noncompliant
[Custom] // Noncompliant repro for https://github.com/SonarSource/sonar-dotnet/issues/9282
public int ValuePropertyAnnotatedWithCustomAttribute { get; set; }

[JsonRequired] // Noncompliant - FP because the attribute is annotated with JsonRequiredAttribute
Expand Down

0 comments on commit b4d7c44

Please sign in to comment.