TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

a couple of questions? #56

Closed rothariger closed 5 years ago

rothariger commented 5 years ago

hi,

first and simple, is there any way of debugging this? i couldn't find any way... :(

second, i want to create views and webapis, for simple crud pages, could i use this for that purpose?

regards.

tonysneed commented 5 years ago

In your IDesignTimeServices implementation, simple add Debugger.Launch(). With ReSharoer you can then decompile and step right into the source code. Or you can use their free dotPeek tool, or simply clone the repo and reference the source code directly.