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
Currently, preprocessing a t4 template does not observe the linePragmas attribute. I.e. setting it to false has no effect: <#@ template language="C#" linePragmas="false" #> .
It would be nice to support it.
The text was updated successfully, but these errors were encountered:
Currently, preprocessing a t4 template does not observe the linePragmas attribute. I.e. setting it to false has no effect:
<#@ template language="C#" linePragmas="false" #>
.It would be nice to support it.
The text was updated successfully, but these errors were encountered: