- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用以下命令来使用启用预编译的 msbuild 来编译项目
msbuild C:\WebGoat.NET-master\WebGoat\WebGoat.NET.csproj /p:OutputPath=bin /p:DeployOnBuild=true /p:WebPublishMethod="FileSystem";PrecompileBeforePublish=true;EnableUpdateable=false;DebugSymbols=true /p:UseMerge=true;WDPMergeOption="MergeAllOutputsToASingleAssembly";SingleAssemblyName="ContosoWebPrecompiled"
构建失败并出现以下错误消息
"C:\WebGoat.NET-master\WebGoat\WebGoat.NET.csproj" (default target) (1) -> (GenerateAssemblyInfoFromExistingAssembleInfo target) ->
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Transform\Microsoft.Web.Publishing.AspNetCompileMerge .targets(289,5): error : @(_AspNetCompile_AssemblyInfo_Count) have 0 item(s) in the collection. It should only have 1 i tem(s). [C:\WebGoat.NET-master\WebGoat\WebGoat.NET.csproj] C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Transform\Microsoft.Web.Publishing.AspNetCompileMerge .targets(296,5): error : Target GenerateAssemblyInfoFromExistingAssembleInfo Failed [C:\WebGoat.NET-master\WebGoat\WebG oat.NET.csproj]
请帮我解决这个问题。
最佳答案
您Properties 文件夹中缺少 AssemblyInfo.cs。
使用 Visual Studio - 解决方案资源管理器 - 属性右键单击 - 添加新项 - 程序集信息文件添加此文件。
关于asp.net - 启用 PrecompileBeforePublish 时 MSBuild 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44265423/
我们使用 Windows Azure 在 Cloud Service 上托管我们的应用程序,并使用 Powershell 使用 构建和打包网站msbuild. 在发布时我们的第一个响应时间非常慢,因此
我正在使用以下命令来使用启用预编译的 msbuild 来编译项目 msbuild C:\WebGoat.NET-master\WebGoat\WebGoat.NET.csproj /p:OutputP
我正在使用以下命令来使用启用预编译的 msbuild 来编译项目 msbuild C:\WebGoat.NET-master\WebGoat\WebGoat.NET.csproj /p:OutputP
我是一名优秀的程序员,十分优秀!