TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

[Bug] ambiguous method call 'ServiceCollectionExtensions.AddHandlebarsTransformers #201

Closed stephenburrows closed 2 years ago

stephenburrows commented 2 years ago

Since the update to version 6 I get ambiguous method call when performing a file name transformation

services.AddHandlebarsTransformers(entityFileNameTransformer: n => schemea + "." + n)

only seem to work if you preform all the transforms as show in your code example but in my case i only want to prefix models with their corresponding scheme name,