dotnet/msbuild

XmlPoke Should Use DtdProcessing.Prohibit

已关闭

#5,817 创建于 2020年10月21日

 (7 条评论) (0 个反应) (2 位负责人)C# (1,364 个派生)batch import
Good First Issuebugtriaged

仓库指标

星标
 (5,062 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

See https://github.com/dotnet/msbuild/issues/5810 for a bit of context.

There's an inconsistency with XmlPoke and XslTransformation. The docs on XmlReaderSettings.DtdProcessing state that the default value is Prohibit, which neither XmlPoke or XslTransformation` follow.

贡献者指南