Thanks Ann for an update . However, we definitely want to stay with Resharper because most of .net developers uses Resharper as a formatting tool as well. An example rule I can give is with "
RedundantThisQualifier". The resharper does not recommend using "this." for members with an object variable. Hence, it makes it easy when the sonarqube is also analysing the same. In the above mentioned C# rule set, an alternative, is not covering such smells.
The resharper provides 600+ rules where as the mentioned C# plugin just checks 174.
What is your view on maintaining resharper plugin??