I have a Blazor web project, and am getting errors on one rather large page file when I build. There are no errors if I close and relaunch VS 2022, until I build. Then, it says there are 2 errors ("} expected" and "; expected"), but it shows them in the .g file, and when I double-click on the error line in the Error window, nothing happens.
How do I trace to where in the source code the bad lines are? There are 1300 lines of code in this page...