Analysing repo with multiple project types (.net core / typescript)

Hi @brett.postin ,

As long as your typescript code is not referenced in any of your dotnet project, they won’t get analyzed.

Unfortunately, this “multiple-projects, mono-repo” scenario is not yet supported, but be sure that we think about it since a few months, and will begin the work to implement it very soon.

In the mean time, you can create 2 different projects, and make 2 analyses in the same build pipeline, targeting your different sources.

Mickaël