dotnet / dotnet/msbuild

Build failure related to dependencies in a mixed solution

Open
#2,366 6 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 8h
Merged PRs (30d)
141

Description

After converting a subset of projects from legacy project system to new in https://github.com/antlr/antlrcs/pull/74/commits/4b0ae50a1fcc01e1f149c0d79272fb69da0a423b, I found that the build failed due to a file access error until I turned off parallel builds (removed `/m`) in https://github.com/antlr/antlrcs/pull/74/commits/407a344523fa4bd1bf9492827156bc2dfd9b2982. I'm guessing this is caused by a failure to properly track dependencies when the build contains both legacy and new projects.

I was not able to reproduce this locally in Visual Studio, but the AppVeyor build was consistently failing with the `/m` flag.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.