TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Feature/supporting schema comments #116

Closed MarkAtRamp51 closed 4 years ago

MarkAtRamp51 commented 4 years ago

Proposed changes Two new handlebars tokens were added to allow for the use of {{comment}} on table templates and {{property-comment}} on property templates. This can be useful to incorporate database description metadata into XML doc comments on the models.

Related Issue There isn't an associated issue at this time.

Additional Resources Refer to the Contributing Guidelines for this project.

MarkAtRamp51 commented 4 years ago

@tonysneed Hey Tony, I didn't squash yet per the guidelines. Let me know how this looks.

MarkAtRamp51 commented 4 years ago

I need to make a few more commits. I only committed the code changes to support the testing of the new feature.