Open mhutch opened 3 years ago
VS T4 supports escaping <# tags. Mono T4 should too.
<#
Need to check behavior of the following:
\\ \\\ <#= "text" #> \<#= "text" #> \\<#= "text" #
Turns out this is actually documented https://docs.microsoft.com/en-us/visualstudio/modeling/using-escape-sequences-in-text-templates?view=vs-2019
VS T4 supports escaping
<#
tags. Mono T4 should too.Need to check behavior of the following: