Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I like this solution and I'm pursuing it, despite T4 integration with modern .NET being a giant PITA. Commented Dec 9, 2024 at 21:52
  • @avigt You can hand-edit your project files to manage the build. There are some issues with integration into solution views; it works well with C# but not with VB. In C#, I see the generated .cs file as a child of the primary T4 file, while with VB I only see the T4 file. The project will still build, though. Commented Dec 10, 2024 at 14:43
  • I don't think discussion of nuts and bolts would be on-topic here, but feel free to ping me if you open a question on Stack Overflow. Commented Dec 10, 2024 at 14:45
  • stackoverflow.com/questions/79269569/… Commented Dec 10, 2024 at 19:43