TrackableEntities / AspNetCore.ApiControllers.Templates

Customizable Razor templates for ASP.NET Core Web API controllers
MIT License
7 stars 1 forks source link

Great! #6

Open neozhu opened 5 years ago

neozhu commented 5 years ago

In addition to installing the template into the current project folder, how can directly replace or add the vs.net default global templates.

tonysneed commented 5 years ago

I don't seem to remember the location of the built-in razor templates. If I find out the location I can post the answer here. I posted a question on the aspnet/scaffolding repo.

neozhu commented 5 years ago

I plan to develop a complete set of templates that conform to ABP zero core (aspnetboilerplate) and quickly develop an enterprise application. The problem I found now is that dotnet core can't use mvc5 scaffolder. This is my project https://github.com/neozhu/MVC5-Scaffolder, but it cannot be used in the dotnet core environment. I need some help and advice from you, thank you.

tonysneed commented 5 years ago

@neozhu If you want to create your own custom scaffolder that works with .NET Core, there is some helpful information here: https://github.com/aspnet/Scaffolding/issues/797

neozhu commented 5 years ago

thank you,I have seen these contents, then I will try it. and can I use [http://trackableentities.github.io/]http://trackableentities.github.io/ this way to create custom vs.net plugin for code generate to project?

tonysneed commented 5 years ago

Feel free to use anything you see from me. Good luck! 🍀👍