Debugging in a cshtml with razor engine #52
Answered
by
shehrozeee
Trgutylmaz
asked this question in
Q&A
-
Hi, I want to debug a test.cshtml file while compiling with a razor engine so is there any support on the RazorEngineCore for .Net Core 3.1? In this way, I want to be able to detect errors in cshtml at runtime. |
Beta Was this translation helpful? Give feedback.
Answered by
shehrozeee
Oct 28, 2021
Replies: 1 comment 1 reply
-
Hi, im not sure it is possible |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into an issue where I really needed the debugging and l was able to implement it.
you can find a working version here
My Fork of this repo
I have opened a pull request. if it gets merged by @adoconnection , you can use this repo other wise you can use mine.