Witold Karaś

Results 2 issues of Witold Karaś

### Description [S2930](https://rules.sonarsource.com/csharp/RSPEC-2930) doesn't recognize Dispose() and DisposeAsync() calls made in DisposeAsync() method, resulting in false-positives: ![image](https://user-images.githubusercontent.com/18292081/179947229-c7cd906f-4117-453c-9484-e5a3b54e374e.png) Issue is similar to #3324 ### Repro steps Analyze following code: ```csharp namespace...

Type: False Positive
Area: C#

**Product and Version Used**: Roslynator.Analyzers 4.12.2 **Steps to Reproduce:** Following code or similar one containing if statement with multiple conditions, but without any nesting: ```csharp private void Foo(string bar, int...

Bug
Area-Analyzers
up-for-grabs