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?