dotnet/msbuild

XmlPoke Should Use DtdProcessing.Prohibit

Open

#5817 aperta il 21 ott 2020

Vedi su GitHub
 (7 commenti) (0 reazioni) (2 assegnatari)C# (1364 fork)batch import
Good First Issuebugtriaged

Metriche repository

Star
 (5062 star)
Metriche merge PR
 (Merge medio 11g 7h) (125 PR mergiate in 30 g)

Descrizione

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.

Guida contributor