You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ProjectTemplates/How to create new template.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@ After making any changes do:
5
5
1. Select Release configuration for a solution
6
6
1. Select ReferenceProject in "Solution Explorer" and click "Project/Export Template..." menu item from the VS main menu
7
7
1. In the appeared dialog box select "Project template" option and "ReferenceProject" in the combobox below and click Next
8
-
1. Set the value "ASP.Net Core RESTful Service" as a template name and the "Project template to create production-ready RESTful service based on ASP.Net Core. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features" as a description
8
+
1. Set the value `ASP.Net Core RESTful Service` as a template name and the `Project template to create production-ready RESTful service based on ASP.Net Core v2.X. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features` as a description
9
+
1. Don't foget to replace .Net Core version in the description above to the appropriate one.
9
10
1. Clear checkbox "Automatically import the template into Visual Studio" if you don't want immediately import it and click Finish button
10
-
1. Extract all files from the created zip-archive to any folder as you want. Typically, the file can be found in "C:\Users\<YOU>\Documents\Visual Studio 2017\My Exported Templates" folder
11
+
1. Extract all files from the created zip-archive to any folder as you want. Typically, the file can be found in `C:\Users\<YOU>\Documents\Visual Studio 2019\My Exported Templates` folder
11
12
1. Open a file "MyTemplate.vstemplate"
12
-
1. Replace content of the tag `DefaultName` in the section `TemplateData` to "ASPNetCore.Service" (without quotation)
13
-
1. Add the following tags to tha same section:
13
+
1. Replace content of the tag `DefaultName` in the section `TemplateData` to `ASPNetCore.Service`
0 commit comments