SSDT Project analysed as PL/SQL instead of T-SQL

As per the title, I have added a SonarCloud analysis to the built for an SSDT solution.

However in SonarCloud the analysis has used the PL/SQL profile instead of the T-SQL profile.

Is this down to some sort of misconfiguration. Where am I going wrong?

You need to change the file extensions on your project admin settings:

  • Turn the PL/SQL file extensions to something like .plsql
  • Set the T-SQL file extensions to .sql