question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I need to develop via vsix visual studio 2017 custom scaffolding custom code, production development generator.

See original GitHub issue

Hello, 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:

image image.png image.png

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:closed
  • Created 6 years ago
  • Reactions:58
  • Comments:64

github_iconTop GitHub Comments

8reactions
faith3729commented, Jan 10, 2018

I hope you can give a solution Thank you.

6reactions
yangsanjuncommented, Jan 10, 2018

I hope you can give a solution Thank you.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found