December 2019
Intermediate to advanced
598 pages
12h 21m
English
In the following steps, we'll examine the ASP.NET Core project file to see what happens when the app runs in development mode:

This is an XML file that contains information about the Visual Studio project.
<Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') "> <!-- Ensure Node.js is installed --> <Exec ...