Add 'dotnet new' web item templates (razor view, api controller, mvc controller)#46714
Merged
mkArtakMSFT merged 3 commits intodotnet:mainfrom Feb 24, 2023
Merged
Add 'dotnet new' web item templates (razor view, api controller, mvc controller)#46714mkArtakMSFT merged 3 commits intodotnet:mainfrom
mkArtakMSFT merged 3 commits intodotnet:mainfrom
Conversation
…#1) * added razor view * fix identity for razor view item template * added api controller * fixed api, added mvc controller * pr comment fixes * PR comment fixes 2
Member
|
This PR is failing on |
Member
Author
changed encoding in VS Code for the template causing the issue, hoping that fixes it. |
5 tasks
mkArtakMSFT
approved these changes
Feb 23, 2023
Contributor
|
@deepchoudhery do you have permissions to merge or do you want me to merge this? |
|
@mkArtakMSFT - We don't have permissions to merge into this repo. Can you please merge? |
dougbu
added a commit
that referenced
this pull request
Feb 28, 2023
* Update template spelling and wording - follow up to #46714 - correct 'ReadWrite' and 'Am' * Address code review comments - no need to change post-action `description`s * Capitalize as agreed in PR - also, update English resources to match template.json content * Build to propagate strings - fill in missed files in localize/ folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add dotnet new web item templates
Summary of the changes (Less than 80 chars)
Description
added new
dotnet newweb item templatesRazor View:
view(maybe should berazorview? feedback pls)API Controller:
apicontroller--actionsto add one with read/write actions.MVC Controller:
mvccontroller--actionsto add one with read/write actions.Update the doc here for .NET 8??