当我尝试构建ASP.NET Core项目时,我继续在Visual Studio 2019中收到此错误消息。
当我第二次构建它时,错误消失了。
有谁知道此错误的含义以及如何消除此错误?
谢谢!
<CreateAppHost AppHostSourcePath="$(AppHostSourcePath)"
AppHostDestinationPath="$(AppHostIntermediatePath)"
AppBinaryName="$(AssemblyName)$(TargetExt)"
IntermediateAssembly="@(IntermediateAssembly->'%(FullPath)')"
WindowsGraphicalUserInterface="$(_UseWindowsGraphicalUserInterface)"
Retries="$(CopyRetryCount)"
RetryDelayMilliseconds="$(CopyRetryDelayMilliseconds)"
/>
最佳答案