Your project contains C# files which cannot be analyzed with the scanner you are using

Hi @Wouter_de_Kort,

Thank you for the logs. It turns out that we didn’t properly implement the user-provided ErrorLog value. Scanner 5.3.0 supports absolute ErrorLog paths but doesn’t support relative paths.

I’ve created an issue to support relative paths as well.

As a workaround, you can set ErrorLog to an absolute path with $(MSBuildProjectDirectory) property:

<ErrorLog>$(MSBuildProjectDirectory)\obj\your_original_path.json</ErrorLog>