Add linePragmas="false" to t4 templates (#1041)

This commit is contained in:
Stephen Toub
2025-10-01 08:43:29 +00:00
committed by GitHub
parent 2680edff65
commit 5c0bea12e3
46 changed files with 69 additions and 31147 deletions
@@ -1,4 +1,4 @@
<#@ template language="C#" inherits="ActionTemplate" visibility="internal" #>
<#@ template language="C#" inherits="ActionTemplate" visibility="internal" linePragmas="false" #>
<#@ output extension=".cs" #>
<#@ assembly name="System.Core" #>
<#@ include file="Snippets/Index.tt" once="true" #>