dotnet/msbuild

XmlPoke Should Use DtdProcessing.Prohibit

Geschlossen

#5.817 geöffnet am 21.10.2020

 (7 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)C# (1.364 Forks)batch import
Good First Issuebugtriaged

Repository-Metriken

Stars
 (5.062 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide