What is the purpose of Microsoft.AspNetCore.Razor.Tools?
I am using visual studio code on os x
On the git hub page https://github.com/aspnet/RazorTooling I see
Razor syntax provides a quick, accurate, clean, and easy way to combine server code with HTML to create dynamic web content. This repo contains tools that interact with the DNX Design Time Host to enable Razor editing.
Does Visual Studio use the code for this assembly? What is a DNX development time node? When do I need to include this assembly in a project?
I found a link to it in project.json of the web application project that I generated using yo aspnet.
user5661968
source
share