I need to develop via vsix visual studio 2017 custom scaffolding custom code, production development generator.
See original GitHub issueHello, I want to propose a demand or a function. I want to develop based on vsix as a code generator. In the. NET framework, I can use vsix to achieve, the use of. Net framework class library, installation
Microsoft.AspNet.Scaffolding
for assembly resolution. As shown below:
And by the time of .NET Core, I wanted to do the same development, and I found I could not find a similar Microsoft.AspNet.Scaffolding
or Microsoft.AspNetCore.Scaffolding
for processing
But vs2017 also supports the generation of web project code.
So can you give me a document or help manual to make a call? ? ?
This is my code generator based on the .net framework version
url: https://visualstudiogallery.msdn.microsoft.com/b1364d50-a445-433f-971c-373b402b6694
Issue Analytics
- State:
- Created 6 years ago
- Reactions:58
- Comments:64
Top Results From Across the Web
Creating a Custom Scaffolder for Visual Studio - .NET Blog
Deploying your Scaffolder to the VSIX gallery – http://msdn.microsoft.com/en-us/library/ff363239.aspx (make sure to have the category type as ...
Read more >How to create custom scaffolding Item for ASP.NET Core ...
I want to create a new custom scaffolding item for ASP.NET CORE web application. I unable to create VSIX project for this so...
Read more >Writing a custom scaffolder using aspnet-codegenerator...
I think is possible to create a custom scaffolder. It would be nice if there were some documentation as to how to do...
Read more >How do you add new targets in net core code scaffolding
1 Answer 1 ... In Visual studio there is a wizard that's called "Export Template..", you can find it under the project menu....
Read more >Creating Extensions for Visual Studio Code: A Complete ...
These extensions can customize existing or new projects by adding files, new palettes, menus, commands, and so on. This post explains how to ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I hope you can give a solution Thank you.
I hope you can give a solution Thank you.