Interesting fact, making exclusion on razor files (**/*.razor) helped
To turn off Razor file analysis, disable “Analyze Razor code” via the settings dialog or the sonar.cs.analyzseRazorCode = false
property.
Interesting fact, making exclusion on razor files (**/*.razor) helped
To turn off Razor file analysis, disable “Analyze Razor code” via the settings dialog or the sonar.cs.analyzseRazorCode = false
property.