Error with net 8 on Azure DevOps: Overlapping symbol declaration and reference for symbol at Range

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.

1 Like