Analyzing single (huge) C# class using SonarQube

Hi Colin, thanks again for your response.

I know that Sonar has been built with the pourpose of analyzing whole projects, but since my context is particular I have particular needs! The dev work over this class is done, my objective (as written in the SE post) is to refactor it following the patterns of sw engineering to gain better quality from the code mantaining the same functionality.

Questions:

  1. As you said this is one solution, there are others out there?

  2. In my proposed solution, should I put that argument in the second or third step? (Just asking for confirmation)

  3. The three of my project brifly is:

    root folder with .csproj
    _|fold1
    __|_fold2
    ___|_fold3
    ____|
    ______|_foldN
    _______|_myClass.cs

So is correct to write sonar.inclusions=myClass.cs or should I put wildcards?