Open JCKodel opened 6 years ago
I just opened a https://github.com/linq2db/linq2db .tt file O.o
<#@ template language="C#" debug="True" hostSpecific="True" #> <#@ output extension=".generated.cs" #> <#@ include file="$(LinqToDBT4SqlServerTemplatesDirectory)LinqToDB.SqlServer.Tools.ttinclude" #> <#@ include file="$(LinqToDBT4SqlServerTemplatesDirectory)PluralizationService.ttinclude" #> <# //@ include file="$(ProjectDir)LinqToDB.Templates\LinqToDB.SqlServer.Tools.ttinclude" #> <# //@ include file="$(ProjectDir)LinqToDB.Templates\PluralizationService.ttinclude" #> <# NamespaceName = "WebScaleFX.Data"; DataContextName = "WebScaleFX"; LoadSqlServerMetadata(".", "WebScaleFX"); GetTable("diva.WebPushNotificationsToSend").DataContextPropertyName = "WebPushNotificationsToSend"; GetTable("diva.WebPushScheduleNotificationsToSend").DataContextPropertyName = "WebPushScheduleNotificationsToSend"; GenerateModel(); #>
Did you, perchance, actually read this project's readme, which explicitly mentions no support for T4 and links to another extension that does T4 syntax highlighting etc.?
I just opened a https://github.com/linq2db/linq2db .tt file O.o