【发布时间】:2018-11-12 06:15:27
【问题描述】:
我在 Visual Studio 15.7.3 中创建了一个全新的 ASP.NET Core 2.1 应用程序。
新创建的应用程序的构建时间非常慢,大约为 20 秒。
尽我所能跟踪构建似乎在这里停滞不前:
1> C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.1.0\lib\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
1> '
1> Server execution failed with response Rejected. For more info, check
the server log file in the location specified by the RAZORBUILDSERVER_LOG
environment variable.
1> Fallback to in-process execution.
这肯定是不正常的,有谁知道我该如何解决这个问题?
【问题讨论】:
标签: c# visual-studio asp.net-core build asp.net-core-2.1