SonarCloud scan does not pickup Angular related files in Angular .NET application

Hi,

As I suspected, you are using version 1 of the SonarSource tasks, which means you are using an older version of the scanner.

If you change this to use the @3 flavor of the tasks, you will automatically move to a more recent (v9) version that automatically detects files from other languages not referenced in the .NET projects. Your Angular app should be detected and analyzed then.

Denis