Hi,
While the RazorEngine parses and executes the @Helper code correctly,
I found myself un-able to debug the 'run-time' generated class after starting to use @Helper
functions in my Razord .cshtml templates
basically - when I click F11 to step into the code, the debugger - jumps over it
removing the @Helper's- let's me step into the generated code and debug it .
Is there any way around this ?