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.

貢獻者指南