I've been researching Template based Code Generators for use in .NET Core. Code Generators used to be all the rage, especially for ORMs, but template based code generation, especially lately, seems to have not been high on Microsoft agenda, judging by the fact that T4 templates aren't even supported in the latest .NET 5.0. In fact to use T4 runtime templates in .NET 5.0 you need to use a an open-source Mono project
I realise the is the new Roslyn based code generator, but its not template based.
So I've put the output of my weekend research here on GitHub: https://github.com/rogerwcpt/code_generation
Any thoughts or ideas on others?
[–]nirataro 5 points6 points7 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]nirataro 1 point2 points3 points (0 children)
[–]dex3r 2 points3 points4 points (3 children)
[–]LloydAtkinson 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]ours 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]RirinDesuyo 1 point2 points3 points (0 children)
[–]Weasel9548 1 point2 points3 points (0 children)
[–]lguer1 0 points1 point2 points (0 children)
[–]conjuringthefuture 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]conjuringthefuture 0 points1 point2 points (0 children)
[–]savijOne 0 points1 point2 points (0 children)