Bart Koelman

Results 276 comments of Bart Koelman

The HTTP version is missing from my list of possibly useful information above, as well as the sender IP, but these are unlikely to be relevant in tests.

It would be nice to move this into a sub-namespace in the next major release. Currently it's cumbersome to use my own extension method on `HttpResponseMessage`, the only way to...

I'm stuck by this too. Reverting to VS 2019 for analyzer development until this is fixed. The option "Use 64 bit process for code analysis" no longer exists in VS...

This solved the problem for me: > When using Visual Studio 2022 or higher, breakpoints don't get hit unless you change the following setting **in the experimental instance**: Tools >...

I love this article. But what is the goal of this issue / what 'comment blocks' is being referred to?

To clarify, this issue refers to https://www.infoq.com/articles/natural-course-refactoring/.

@SierraNL Nice suggestion! Did you know that [CSharpGuidelinesAnalyzer](https://github.com/bkoelman/CSharpGuidelinesAnalyzer) provides 45 roslyn-based analyzers, which were written specifically for the rules in this repository? See [here](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Overview.md) for an overview. It would be...

Looks like this should be possible now. Is there still interest for such an integration?

@SierraNL Can you try the steps at https://github.com/SonarSource/sonarqube-roslyn-sdk#getting-started? ``` RoslynSonarQubePluginGenerator.exe /a:CSharpGuidelinesAnalyzer ``` It successfully generates a .jar file for me. You should be able to install that into SonarQube.

@dennisdoomen Awaiting feedback before creating a PR for this.