TypeScript & Rider - Finds no Issues but VS Code is correct

Please provide

  • Operating system: Windows
  • IDE name and flavor/env: Rider
  • SonarLint plugin version: SonarLint : 6.7.0.45926
  • Is connected mode used: No

I have sonar lint installed in both Rider and VS Code, running the same project.
I am able to get linting/analysis within VS Code, though in Rider I am unable to produce anything

Please see the following log for the analysis of a single file.

Trigger: ACTION
[Action] 1 file(s) submitted
Configuring analysis with org.sonarlint.intellij.rider.RiderAnalysisConfigurator
Analysing '*redacted*.tsx'...
Starting analysis with configuration:
[
  baseDir: C:\Projects\*redacted*
  extraProperties: {sonar.cs.internal.dotnetCliExeLocation=C:\Program Files\dotnet\dotnet.exe}
  moduleKey: Module: 'rider.module'
  excludedRules: []
  includedRules: []
  ruleParameters: {}
  inputFiles: [
    file:///C:/Projects/*redacted*.tsx (UTF-8)
  ]
]

Start analysis
Index files
Language of file 'file:///C:/Projects/*redacted*.tsx' is detected to be 'TypeScript'
1 file indexed
'OmniSharp' skipped because there is no related files in the current project
Execute Sensor: Sonar Secrets Detection Sensor
Done in 9ms

Processed 0 issues
Found 0 issues

Thank you for the help

Hello, welcome to the community! And thanks for reporting this.

This is due to a difference in the set of analyzed languages: for the time being, SonarLint for Rider will only analyze C# code, and we have plans to enable at least JS and TS in the near future.

Thank you for the response. I look forward to the release of the feature you’ve linked.