dotnet/msbuild

XmlPoke Should Use DtdProcessing.Prohibit

Open

#5 817 ouverte le 21 oct. 2020

Voir sur GitHub
 (7 commentaires) (0 réactions) (2 assignés)C# (1 364 forks)batch import
Good First Issuebugtriaged

Métriques du dépôt

Stars
 (5 062 stars)
Métriques de merge PR
 (Merge moyen 11j 7h) (125 PRs mergées en 30 j)

Description

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.

Guide contributeur