Introducing the New T4 Command-Line Tool for .NET - .NET Blog

https://devblogs.microsoft.com/dotnet/t4-command-line-tool-for-dotnet/

4 points · 1 comments · view on lemmy.world

1 Comments

schmalls@lemmy.world · 2 pts · 3y

I have already converted most everything to source generators that was making C# code. Any reason to pick T4 over that for C#?

Also was planning to use NTypewriter to do some C# models to Typescript automatically with validation and httpclients. Any reason to look at T4 over that for Typescript generation?