extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
49 stars 40 forks source link

RazorEngine template rendering warnings from RecurseNodes.cshtml #186

Closed anshooarora closed 10 months ago

anshooarora commented 10 months ago

Multiple Razor warnings when adding nodes:

One or more parse errors encountered. This will not prevent the generator from continuing:
(9,4): Error RZ1010: Unexpected "{" after "@" character. Once inside the body of a code block (@if {}, @{}, etc.) you do not need to use "@{" to switch to code.
(36,12): Error RZ1010: Unexpected "{" after "@" character. Once inside the body of a code block (@if {}, @{}, etc.) you do not need to use "@{" to switch to code..