Can we scan .xaml files (in wpf) using Sonar scanner?

I am working on a wpf project, which contains .xaml files along with .cs files.
I want to know if there is any way that i can scan .xaml files using Sonarscanner.

Thanks,
Nandini

While theoretically, SonarQube could scan XAML files as XML, there are no rules specifically targeting XAML in the context of WPF projects.

1 Like