NeVeSpl / NTypewriter

File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
https://nevespl.github.io/NTypewriter/
MIT License
126 stars 25 forks source link

[Question] Auto-render when C# file changes #47

Closed xiluo58 closed 3 years ago

xiluo58 commented 3 years ago

Will you add it in the future? If not, developers may forget to do it manually. Is there any method to make it auto or at least remind developers to do it manually? Method requires Visual Studio is fine.

NeVeSpl commented 3 years ago

What would you say about auto rendering after the project was successfully built? RenderOnBuild option soon will be added.

xiluo58 commented 3 years ago

That would be perfect. Thanks for creating this useful tool.