Troubleshooting Build Errors in Razor Source Generator

I am relatively new to Radzen Blazor development.

I have build errors that refer to lines in the Pages__razor.g.cs. But, I am unable to determine the root of the problem because the .g.cs files don't exist in the location specified by the VS compiler.

How do I view the .g.cs files to toubleshoot the build errors?

These files are actually compiled razor pages to C# in obj folder. For example:

I don't see the same folder structure in the obj directory.

Hey @DanielEgleston,

Not sure how your question is related to Radzen at all. This is how .NET compiles .razor files to C#.