You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to a naive implementation of Razor rendering. On investigation, it seems like the Antaris RazorEngine project does everything we need in a far more complete way than the current implementation; therefore I'll experiment with switching to that.
The following xml in a razor template
<root attribute="@Model.Value1" />
results in the error:
The text was updated successfully, but these errors were encountered: