Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Asp.Net Web MVC] Add commands to the cli to create dinamic templates. #2601

Open
OnikenX opened this issue Nov 29, 2020 · 1 comment
Open

Comments

@OnikenX
Copy link

OnikenX commented Nov 29, 2020

General

Problem:

There is no way to create dinamic view templates from models in linux as I know of like you can do in VS IDE.

Exemple:

I want to make a view of template type Creat form from a X Model class but there is no way to create one without doing it myself.

Solutions:

Cli:

The cli interface should have an option to create new files with normal templates or templates based in something from the project like a view from a class as explaine in the exemple.

Support/help cross platform IDE/editors like VS Code or Intellij Rider to add these feactures:

VS Code is really bare bones in working with .net, more support in it instead of the old VS ide would be nice, dotnet core is cross platform but the supported and main development enviroment is not.
In other hand Rider is much more complete than vs code, adding this feature would be much easier there, even more if the cli solution would be implemented but best option would be support vscode as the main development enviroment.

Documentation:

Having documentation with the exemples for creating them by hand would not be best solution but could help.

@marcpopMSFT marcpopMSFT transferred this issue from dotnet/sdk Aug 8, 2023
@marcpopMSFT
Copy link
Member

Old issue triage: This looks like scaffolding so moving over.

@javiercn javiercn transferred this issue from dotnet/aspnetcore Dec 18, 2023
@javiercn javiercn removed the area-mvc label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants