具有重复相同项目的csproj会执行两次操作吗?
<Compile Include="Dashboard\Default.aspx.designer.cs">
<Compile Include="Dashboard\Default.aspx.designer.cs">
答案 0 :(得分:1)
它通常会抛出错误
error MSB3105: The item "Default.aspx.designer.cs" was
specified more than once in the "Sources" parameter
如果我真的需要仔细检查,我只需在完整版本之后再进行一次增量构建以查找错误,因为下次输出会相当小