Assign language and template type to 3 C# item templates (#343)
Addresses #341
This commit is contained in:
parent
6ca89b2ff1
commit
12c3cf028c
|
|
@ -5,6 +5,10 @@
|
||||||
"name": "Razor Page",
|
"name": "Razor Page",
|
||||||
"generatorVersions": "[1.0.0.0-*)",
|
"generatorVersions": "[1.0.0.0-*)",
|
||||||
"description": "A Razor page with or without a page model",
|
"description": "A Razor page with or without a page model",
|
||||||
|
"tags": {
|
||||||
|
"language": "C#",
|
||||||
|
"type": "item"
|
||||||
|
},
|
||||||
"groupIdentity": "Microsoft.AspNetCore.Mvc.RazorPage",
|
"groupIdentity": "Microsoft.AspNetCore.Mvc.RazorPage",
|
||||||
"precedence": "100",
|
"precedence": "100",
|
||||||
"identity": "Microsoft.AspNetCore.Mvc.RazorPage",
|
"identity": "Microsoft.AspNetCore.Mvc.RazorPage",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,11 @@
|
||||||
"classifications": [ "Web", "ASP.NET" ],
|
"classifications": [ "Web", "ASP.NET" ],
|
||||||
"name": "MVC ViewImports",
|
"name": "MVC ViewImports",
|
||||||
"generatorVersions": "[1.0.0.0-*)",
|
"generatorVersions": "[1.0.0.0-*)",
|
||||||
"description": "A MVC View Import Page",
|
"description": "An MVC View Import Page",
|
||||||
|
"tags": {
|
||||||
|
"language": "C#",
|
||||||
|
"type": "item"
|
||||||
|
},
|
||||||
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewImports",
|
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewImports",
|
||||||
"precedence": "100",
|
"precedence": "100",
|
||||||
"identity": "Microsoft.AspNetCore.Mvc.ViewImports",
|
"identity": "Microsoft.AspNetCore.Mvc.ViewImports",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,11 @@
|
||||||
"classifications": [ "Web", "ASP.NET" ],
|
"classifications": [ "Web", "ASP.NET" ],
|
||||||
"name": "MVC ViewStart",
|
"name": "MVC ViewStart",
|
||||||
"generatorVersions": "[1.0.0.0-*)",
|
"generatorVersions": "[1.0.0.0-*)",
|
||||||
"description": "A MVC ViewStart Page",
|
"description": "An MVC ViewStart Page",
|
||||||
|
"tags": {
|
||||||
|
"language": "C#",
|
||||||
|
"type": "item"
|
||||||
|
},
|
||||||
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewStart",
|
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewStart",
|
||||||
"precedence": "100",
|
"precedence": "100",
|
||||||
"identity": "Microsoft.AspNetCore.Mvc.ViewStart",
|
"identity": "Microsoft.AspNetCore.Mvc.ViewStart",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue