For a new projects, we will have a Visual Studio solution with C# and C++ projects.
To analyse them, according to the docs, we need to use SonarScanner for MSBuild according to the docs.
As CMake is the prefered solution for C++, which can also be used for building C#, I would like to ask if anyone has already experience with this combination and if maybe there is an example or open source project where CMake is used to build C++ and C# and the build is analyzed by SonarQube?