TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

Scaffold EF Core models using Handlebars templates.
MIT License
210 stars 53 forks source link

Support Line Characters in Generated Comments #148

Closed tonysneed closed 3 years ago

tonysneed commented 3 years ago

Describe your proposed changes Generate multi-line comments. Allow disabling of generated comments.

Put Closes #XXXX in your comment Closes #144

ErikEJ commented 3 years ago

I have some challenges with supporting updated templates...

tonysneed commented 3 years ago

@ErikEJ Yes unfortunately this PR includes a change to the templates because the indentation needs to be in the generated comments in order to handle multiple lines. So I had to take out the indentation that was in the prior version of the Class and Properties templates.