RunCode analysis steps fails in DevOps

Hello @robertprofeanu,

According to the logs, there is an java.lang.IllegalArgumentException: Overlapping symbol declaration and reference for symbol at Range[from [line=5, lineOffset=0] to [line=5, lineOffset=7]] in the end step of the analysis. This looks a lot like this Error with net 8 on Azure DevOps: Overlapping symbol declaration and reference for symbol at Range.
We have created a ticket on GitHub with more details. This issue is caused by problems in the mapping of locations of the razor code generated by the compiler back to the razor file. You can avoid the issue by turning off the analysis for Razor as described here until we fix it.