I have a C#-WPF application where we have multiple type of files like .cs,.xml and .xaml. But the issue is that our SonarServer scans the C# class file but does not scan the .xaml file. So what I need to do to scan the .xaml file?
Please help me.
Thank you.