dotnet/msbuild

XmlPoke Should Use DtdProcessing.Prohibit

Open

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

在 GitHub 查看
 (7 评论) (0 反应) (2 负责人)C# (1,364 fork)batch import
Good First Issuebugtriaged

仓库指标

Star
 (5,062 star)
PR 合并指标
 (平均合并 11天 7小时) (30 天内合并 125 个 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.

贡献者指南