TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

DataAnnotation: Usage of nameof in ForeignKeyAttribute/InversePropertyAttribute #108

Closed codingdna2 closed 4 years ago

codingdna2 commented 4 years ago

In this PR I did the followings (see issue #107):

tonysneed commented 4 years ago

@codingdna2 Would it be too much trouble to ask you to squash your two commits into just one? (If not, it’s OK.) See these instructions on interactive rebase.

After squashing run git push --force from the command line.

For guidance on creating PRs, please refer to the Contributing Guidelines.

tonysneed commented 4 years ago

@codingdna2 I went ahead and merged this PR, so that you will be unblocked for #109. You'll have a chance to practice git squash on that PR. :)