Hi! Does SonarLint support kernel mode driver development?
I’m working on a kernel mode driver in Visual Studio and I would like to use SonarLint for static code analysis. When I attempt to analyze code I receive “Unable to collect C/C++ configuration for ‘file path’ System.ArgumentException: Unsupported PlatformToolset: WindowsKernelModeDriver10.0”. I am assuming this means I will be unable to use SonarLint for this project. However, I want to verify that my assumption is correct. Is what I am trying to do supported?