dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.66k stars 3.15k forks source link

Make it easy to add custom file header to generated code #10226

Open ajcvickers opened 6 years ago

ajcvickers commented 6 years ago

See issue #10203 This would make it easy for people to:

ErikEJ commented 6 years ago

Now possible in EF Core Power Tools using Handlebars templates!