dotnet/msbuild

XmlPoke Should Use DtdProcessing.Prohibit

Open

#5,817 opened on 2020年10月21日

GitHub で見る
 (7 comments) (0 reactions) (2 assignees)C# (1,364 forks)batch import
Good First Issuebugtriaged

Repository metrics

Stars
 (5,062 stars)
PR merge metrics
 (平均マージ 11d 7h) (30d で 125 merged PRs)

説明

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.

コントリビューターガイド