SonarQube-7.9-Asp.net Core analysis is not working properly

@kalpit it looks from the log output that the project folder path has a folder with test in the name i.e. Dapper-Postgres-Migrate-Test. The scanner will treat all of the code under that folder as test code and won’t upload issues for it. You can explicitly mark the projects as being non-test code as described in this post.

More generally, it’s better to send logs as text files rather than screen shots as they are much easier to read and search.