-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermitent build issues of MSBuild repo - xml CDATA escaping not properly interpreted #11184
Labels
Area: Our Own Build
Problems affecting the build or build infrastructure of the MSBuild repo itself.
triaged
Comments
JanKrivanek
added
the
Area: Our Own Build
Problems affecting the build or build infrastructure of the MSBuild repo itself.
label
Dec 20, 2024
maridematte
added
triaged
Area: Our Own Build
Problems affecting the build or build infrastructure of the MSBuild repo itself.
and removed
Area: Our Own Build
Problems affecting the build or build infrastructure of the MSBuild repo itself.
labels
Jan 8, 2025
I'm not able to reproduce the issue locally. @JanKrivanek, it's probably something that depends on the environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Our Own Build
Problems affecting the build or build infrastructure of the MSBuild repo itself.
triaged
Context
Intermittent build errors of our repo indicating that xml was incorrectly parsed and 'CDATA' escaping sequence spilled over into the content
Looking on the file it complains about - it realy contains unexpected xml escaping sequences:
BuildCheckUnitTestsConstants.cs:
It seems like the CDATA from the msbuild file was not properly interpreted:
msbuild/src/BuildCheck.UnitTests/Microsoft.Build.BuildCheck.UnitTests.csproj
Lines 53 to 74 in a71903d
Repro steps
I'm not sure about specific conditions - but it appears every couple full builds. Then I need to clean the artifacts folder and issue is gone for some time
Binlog
msbuild-cdata-issue.binlog.txt
Note
This seems related to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1980399/, https://developercommunity.visualstudio.com/t/Project-Generated-Files-Sometimes-Contai/10604117
The text was updated successfully, but these errors were encountered: