SA1629 reports false-positives for <example> Tags
See original GitHub issueFor the given example:
/// <example>true</example>
public bool Active { get; set; }
the following Warning is thrown on compile:
Warning SA1629 Documentation text should end with a period Cool.Project C:\Path\to\git\Cool.Project\src\Cool.Project\Models\AppDto.cs 37 Active
In my opinion this is a false-positive. How do you think?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Is SpotBugs reporting a false positive on not closing ...
The scenario in question is definitely a false positive. There are multiple issues with Spotbugs (as of 3.1.5):. AutoCloseable objects used ...
Read more >StyleCop Rules Documentation
The StyleCop tool provides warnings that indicate style and consistency rule violations in C# code. By default, the tool integrates into Visual Studio...
Read more >Transcriptomic and Functional Analysis of an Autolysis ...
In this report, we explored the molecular basis of the markedly reduced autolytic phenotype of the Tei r strain compared to its isogenic...
Read more >Congressional Record
Reports concerning the foreign currencies and U.S. dollars utilized for Official Foreign Travel ... It was a perfect example of a bipartisan.
Read more >dependency-check – How To Read The Reports
These false positives are primarily on the CPE values. If the CPE value is wrong, this is usually obvious, one should use the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah ok, got it. It’s just a use case for rest API endpoints. Thanks for your time!
@daniel-white
example
is checked by default for the same reasonremarks
is checked by default. I’m not a big fan of SA1629 overall, but it wouldn’t make sense to exclude this tag for users who enable the diagnostic.