TextTemplatingCore
TextTemplatingCore copied to clipboard
T4 Text Templating with .NET 6
Hello, Thank you so much for this library which allows us to write T4 files for the .Net core assemblies. Since debugging is not available with this library, I was...
We recently migrated from .net framework 4.8 to .net 6. We've found our existing .tt files do not generate. We have added this extension and attempted to run but get...
Something went wrong executing the template in .NET Core: System.PlatformNotSupportedException: Microsoft.Data.SqlClient is not supported on this platform. at Microsoft.Data.SqlClient.SqlConnection..ctor(String connectionString) at ConsoleApp2.DbUtils.GetColumnDetails(String connectionString) in D:\Projects\Test\ConsoleApp2\ConsoleApp2\DbUtils.cs:line 28 at ConsoleApp2.DbUtils.GetTableDetails(String connectionString) in...
- add github actions for test compilation of debug and release - publish artifacts for both configurations Currently triggered for pull request to master and on any commit to master....