XslTransformation Locks Input Files
Open
bug
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
Caused by https://github.com/dotnet/msbuild/pull/6863
### Issue Description
Following #6863, the created XmlReader is no longer responsible for its underlying stream. This can cause the build process to hold on to the processed file, preventing its removal. This can especially be a problem when the transformation is in fact aimed at the input file itself, where we want to create the transformed file, then move it to the original.
Will be fixed by #6946
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.