This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
how can i use taghelper IntelliSense for a aspnet core library project? #1136
Closed
Description
From @endink on July 18, 2016 2:43
in the library project, I use this config in project.json:
"tools": {
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final"
},
but it doesn't work, how to use InterlliSense for a RazorView in Library project?
something like:
<a asp-for="XXX">, <form asp-for>
Copied from original issue: aspnet/RazorTooling#91