question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SA1629 reports false-positives for <example> Tags

See original GitHub issue

For 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DanielHabenichtcommented, Mar 12, 2019

Yeah ok, got it. It’s just a use case for rest API endpoints. Thanks for your time!

0reactions
sharwellcommented, Aug 31, 2019

@daniel-white example is checked by default for the same reason remarks 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found