Andrei Epure
Andrei Epure
This also is reported to happen via the Azure Pipeline MSBuild task - see [community thread](https://community.sonarsource.com/t/fp-unused-using-should-be-removed/40328/2).
Another report: https://community.sonarsource.com/t/s1128-raised-when-namespace-is-referenced-by-type-used-in-comment/63148
I am reopening this as it seems it is something wanted by our community. We may not necessarily fix this by supporting custom dictionaries, but maybe a different approach (like...
Result of an internal discussion: > Let's relax the rule as "method name has to start with an uppercase letter, not be fully uppercase and not contain underscores". There will...
I am changing the scope of the initial ticket which was from 2017. Such an old ticket should generally be closed as won't fix. By relaxing the restrictions, we'd be...
RSPEC-100 SonarWay Default Severity:Minor Impact:Low Likelihood:Low
@HaGGi13 we have no plans to make it very configurable. We tend to avoid the necessity for configuration in our rules and make them as generic as possible (because they...
This is because our Symbolic Execution engine thinks the code will never enter the loop. ``` class TestForLoop { string Foo() { string s = null; for (int i =...
related to #2528
candidate for LTS?