Pavel Mikula

Results 131 comments of Pavel Mikula

This should be low hanging to fix. And we'll have at least some support for Linq APIs also in #3290 so I'd keep it

This rule needs complete redesign. New idea: * Walk the syntax tree * Collect imported symbol from `using` statement. * Track all imported members from collected symbol (like `FileStream` from...

We need to add test cases and then we'll see what the behavior of the new engine is

Hi @lflender, Rule S3900 is not part of our Sonar Way profile so it's not activated by default. You need to activate the rule in a ruleset file attached to...

We don't read `.editorconfig` nor `ruleset` ourselves. Visual Studio / Roslyn takes care about reading project configuration and activating rules.

Hi @sharwell, thanks for the insights! I'm reopening this and we'll try to rearrange the activation in the future.

Hi @cmenzi, this issue is specific to S3900 rule and very few others related to our symbolic execution. We'll try to fix that this year. If you have a problem...

Comment from #397 >Also worth considering to support Microsoft.VisualStudio.TestTools.UnitTesting.Assert class and its methods, eg. Assert.IsNotNull. >Or if it's possible then find a more generic solution (if there is none exists...

Hi @przemyslaw-piescik , Thank you for reporting this case, I can confirm it as False Positive. We already have similar issue reported in #2528 with the same root cause that...