From SonarQube 7.7 to 8.2 no issues found with sonarscanner msbuild

Hi,

I did have same problem with this.
A new code file was added and this file was not visible on the SonarQube.
When i have opened \.sonarqube\out\<any number>\output-cs\file-metadata.pb file with notepad, i have seen the file which was not load to the SonarQube is encoded with windows-1252.
You can see the other files have encoded with utf-8.
image

After i changed this source code file encode format to utf-8 and scan the project, i could see the file and bugs on SonarQube .

Now i have a question. Is it necessary to use sonar.sourceEncoding property?

Does it work if I use it?