TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Support for C# Nullable Projects #101

Closed johngold-onshift closed 4 years ago

johngold-onshift commented 4 years ago

Hello, We would like to use Scaffolding Handlebars in a Nullable C# project; as such there needs to be a way to add "?" after fields that are nullable.

To not maintain a fork separately Ideally looking to have a merge of : https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/pull/99

tonysneed commented 4 years ago

Sorry I'm behind on this, but plan to look at this and #99 soon.