TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Fix Handlebars Encoding Issue #200

Closed tonysneed closed 2 years ago

tonysneed commented 2 years ago

Closes #30. Closes #184.

oformaniuk commented 2 years ago

@tonysneed , https://github.com/Handlebars-Net/Handlebars.Net/pull/477 and https://github.com/Handlebars-Net/Handlebars.Net/pull/473 are published as part of 2.0.10

tonysneed commented 2 years ago

@zjklee Thank you very much! I'll add the new NuGet package reference and run my unit tests.