TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Change namespace of extension method #11

Closed ErikEJ closed 6 years ago

ErikEJ commented 6 years ago

https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/blob/master/src/EntityFrameworkCore.Scaffolding.Handlebars/ServiceCollectionExtensions.cs#L5

To something like: Microsoft.EntityFrameworkCore.Design

tonysneed commented 6 years ago

Sure .. is the problem that VS doesn’t provide a quick fix for bringing in extension method namespaces (like ReSharper does)?

ErikEJ commented 6 years ago

It is just the design pattern for current extension methods, and will cause much less friction due to missing namespaces, yes.

ErikEJ commented 6 years ago

(VS does provide a quick fix for missing namespaces, but many VS users are not capable of using it)

tonysneed commented 6 years ago

No prob .. that’s why it’s in beta. :)

tonysneed commented 6 years ago

I'll fix this for the RTM release of the package, to coincide with RTM of EF Core 2.1.

tonysneed commented 6 years ago

Resolved by #20.

tonysneed commented 6 years ago

Included with RC3 release.

ErikEJ commented 6 years ago

OMG - I can't keep up ! 😄