-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
BugProduct bug (most likely)Product bug (most likely)blockedstatus: Blocked issues, needs attentionstatus: Blocked issues, needs attentionregressionstatus: This issue is a regression from a previous build or releasestatus: This issue is a regression from a previous build or release
Milestone
Description
- .NET Core Version: Version: 3.0.0-preview7-27902-19
- Windows version: 18362.239
Problem description:
We've been intermittently hitting build failures in recent builds due to files usually generated by the XAML compiler missing. It will fail one time and immediately succeed next build and then won't fail against for a couple of hours. Multiple folks have started hitting it.
I happened to capture a failure under a build log.
Actual behavior:
CSC : error CS2001: Source file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS\ProjectSystem\VS\PropertyPages\GetProfileNameDialog.g.cs' could not be found. [C:\project-system\src\Microsoft.VisualStudio.ProjectSystem.Managed.VS\Microsoft.VisualStudio.ProjectSystem.Managed.VS_doj0ahs0_wpftmp.csproj]
CSC : error CS2001: Source file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS\ ProjectSystem\VS\PropertyPages\DebugPageControl.g.cs' could not be found. [C:\project-system\src\Microsoft.VisualStudio .ProjectSystem.Managed.VS\Microsoft.VisualStudio.ProjectSystem.Managed.VS_doj0ahs0_wpftmp.csproj]
Expected behavior:
No build failures.
Minimal repro:
Build Log: Build.zip
drewnoakes
Metadata
Metadata
Assignees
Labels
BugProduct bug (most likely)Product bug (most likely)blockedstatus: Blocked issues, needs attentionstatus: Blocked issues, needs attentionregressionstatus: This issue is a regression from a previous build or releasestatus: This issue is a regression from a previous build or release